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.
|
5 months ago | |
---|---|---|
.. | ||
defaults | 11 months ago | |
files | 8 months ago | |
tasks | 5 months ago | |
README.md | 4 years ago |
README.md
etc-git
Put /etc under Git version control.
Tasks
The main part (installation and configuration) is in the tasks/main.yml
file.
There is also an independant task that can be executed to commit changes made in /etc/.git
, for example when a playbook is run :
- name: My Splendid Playbook
[…]
pre_tasks:
- include_role:
name: etc-git
tasks_from: commit.yml
vars:
commit_message: "Ansible pre-run my splendid playbook"
roles :
[…]
post_tasks:
- include_role:
name: etc-git
tasks_from: commit.yml
vars:
commit_message: "Ansible pre-run my splendid playbook"