Skip to content

An ansible module that makes it easier to keep a log of changes in /etc via etckeeper

License

Notifications You must be signed in to change notification settings

HeinleinSupport/ansible-etckeeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ansible-etckeeper

An ansible module that makes it easier to keep a log of changes in /etc via etckeeper.

Author: Felix Kaiser <[email protected]>
License: revised BSD (see LICENSE)
Version: 1.0.0

Current state (Oct 2015)

Caveat emptor, but I'm using it in production.

How to use

See EXAMPLES section in the module, but you basically just put

- etckeeper: action=begin

at the beginning of your plays and

- etckeeper: action=commit msg="foo"

at the end of your plays.

How well does it work?

Pretty well, as long as plays are kept relatively short.

The main problem is the interaction with ansible tags.

About

An ansible module that makes it easier to keep a log of changes in /etc via etckeeper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%