Renamed roles
This commit is contained in:
parent
77b2e50b24
commit
5ae3a0631c
12 changed files with 0 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