mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
Adding backup script to ansible, and exempting nobackup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user