ansible role to install etckeeper on debian/fedora/centos
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neingeist 2a7e40c3d6 add README.md 8 years ago
defaults allow avoiding autocommits 8 years ago
tasks refactor: use a template for etckeeper.conf instead of copies 8 years ago
templates allow avoiding autocommits 8 years ago
README.md add README.md 8 years ago

README.md

Examples

roles:
    - { role: etckeeper,                    tags: ['system', 'etckeeper']}

To avoid etckeeper autocommits (daily or before package manager runs) set avoid_autocommits to true:

roles:
    - { role: etckeeper,                    tags: ['system', 'etckeeper'],
        avoid_autocommits: true }