Adding backup script to ansible, and exempting nobackup

This commit is contained in:
Ubergeek
2020-01-05 04:04:24 +00:00
parent f73ef89a88
commit ebf4eec047
2 changed files with 16 additions and 0 deletions

View File

@@ -314,3 +314,11 @@
owner: root
group: root
mode: 0755
- name: Install Backup Job
copy:
src: ../files/usr/local/bin/backup
dest: /usr/local/bin/backup
owner: root
group: root
mode: 0774