ansible-ize analog

This commit is contained in:
Anton McClure
2019-05-23 22:21:16 -04:00
parent 077f44a16e
commit 876c79177a
4 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Install analog yml file and hourly cron job
---
- name: Add mirror rsync cron job
copy:
src: ../files/etc/analog.cfg
dest: /etc/analog.cfg
owner: root
mode: 644
- name: Add mirror rsync cron job
copy:
src: ../files/analog-cron
dest: /etc/cron.hourly/analog
owner: root
mode: 744