ansible-galaxy init

This commit is contained in:
Marcus Meurs
2017-07-26 23:44:44 +02:00
parent 95a745352e
commit bbb264d0d5
7 changed files with 72 additions and 0 deletions

2
tests/inventory Normal file
View File

@@ -0,0 +1,2 @@
localhost

5
tests/test.yml Normal file
View File

@@ -0,0 +1,5 @@
---
- hosts: localhost
remote_user: root
roles:
- ansible-role-zerotier