From 06347605ecf9ee34d9809e4e31e46a5bb7b3815e Mon Sep 17 00:00:00 2001 From: Radar231 Date: Mon, 26 Jul 2021 16:34:50 -0400 Subject: [PATCH] Added README.md file --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..36f7e20 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# du_backups playbook + +## Introduction + +This is the top level playbook for the 'du_backups' role, and will install +and configure the duplicity backup configuration to the target host. + +This playbook can be run using the following command line; + + ansible-playbook -i du_backups.yml + + ie, + ansible-playbook -i 192.168.1.123, du_backups.yml +