Split arr role from playbook
This commit is contained in:
parent
eaaa35de25
commit
71244751c7
11 changed files with 356 additions and 11 deletions
2
ansible/roles/arr/tests/inventory
Normal file
2
ansible/roles/arr/tests/inventory
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
localhost
|
||||
|
||||
5
ansible/roles/arr/tests/test.yml
Normal file
5
ansible/roles/arr/tests/test.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- arr
|
||||
Loading…
Add table
Add a link
Reference in a new issue