Externalize role
This commit is contained in:
commit
39504f99ff
18 changed files with 962 additions and 0 deletions
2
tests/inventory
Normal file
2
tests/inventory
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
localhost
|
||||
|
||||
5
tests/test.yml
Normal file
5
tests/test.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- roles/centos_mirror
|
||||
Loading…
Add table
Add a link
Reference in a new issue