aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/etckeeper/defaults/main.yml
blob: 5a44cb121274825999187da15d3a30ec5d091074 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#etckeeper_git_name:
#etckeeper_git_email:

etckeeper_remote_name: origin
#etckeeper_remote_url:

etckeeper_ignored_paths:
  # My resolv.conf is typically managed, by either systemd or NetworkManager.
  - /resolv.conf
  # This is just a stupid systemd file.
  - /.updated
  # I really don't need all the Wi-Fi networks.
  - /NetworkManager/system-connections/
  # I'm unsure about this; but it does make pacman upgrades much easier - I
  # don't need to account for /etc/pacman.d/gnupg suddenly having changes.
  - /pacman.d/gnupg/
  # I run rate-mirrors before every upgrade pretty much.
  - /pacman.d/mirrorlist

etckeeper_extra_ignored_paths: []