wip: ansible pull
This commit is contained in:
parent
968308eeeb
commit
a7ba739ec9
12 changed files with 330 additions and 156 deletions
9
roles/ansible_pull/templates/ansible-pull.timer.j2
Normal file
9
roles/ansible_pull/templates/ansible-pull.timer.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=ansible-pull for configuration and maintenance on a timer
|
||||
|
||||
[Timer]
|
||||
OnCalendar={{ ansible_pull__timer_on_calendar }}
|
||||
RandomizedDelaySec={{ ansible_pull__timer_randomized_delay_sec }}
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue