Initial version of duplicity collection
This commit is contained in:
commit
77b2e50b24
17 changed files with 517 additions and 0 deletions
2
roles/duplicity-client/defaults/main.yml
Normal file
2
roles/duplicity-client/defaults/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
# defaults file for duplicity-client
|
2
roles/duplicity-client/handlers/main.yml
Normal file
2
roles/duplicity-client/handlers/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
# handlers file for duplicity-client
|
2
roles/duplicity-client/tasks/main.yml
Normal file
2
roles/duplicity-client/tasks/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
# tasks file for duplicity-client
|
2
roles/duplicity-client/tests/inventory
Normal file
2
roles/duplicity-client/tests/inventory
Normal file
|
@ -0,0 +1,2 @@
|
|||
localhost
|
||||
|
5
roles/duplicity-client/tests/test.yml
Normal file
5
roles/duplicity-client/tests/test.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- duplicity-client
|
2
roles/duplicity-client/vars/main.yml
Normal file
2
roles/duplicity-client/vars/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
# vars file for duplicity-client
|
Loading…
Add table
Add a link
Reference in a new issue