initial checkin

This commit is contained in:
Radar231 2021-07-23 18:45:44 -04:00
commit 6479862c9c
1 changed files with 26 additions and 0 deletions

26
du_backups.yml Normal file
View File

@ -0,0 +1,26 @@
---
###########################################################################
#
# This is the top level playbook for the 'du_backups' role.
#
# This role will set up the duplicity backup configuration to the target host.
#
###########################################################################
#
# This playbook can be run using the following command line;
#
# ansible-playbook -i <inventory file | IP,> du_backups.yml
#
# ie,
# ansible-playbook -i 192.168.1.123, du_backups.yml
#
###########################################################################
- hosts: all
gather_facts: true
user: root
roles:
- role: du_backups
# EOF