diff options
Diffstat (limited to 'roles/vmm_deploy/tests')
-rw-r--r-- | roles/vmm_deploy/tests/inventory | 2 | ||||
-rw-r--r-- | roles/vmm_deploy/tests/test.yml | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/roles/vmm_deploy/tests/inventory b/roles/vmm_deploy/tests/inventory new file mode 100644 index 0000000..878877b --- /dev/null +++ b/roles/vmm_deploy/tests/inventory @@ -0,0 +1,2 @@ +localhost + diff --git a/roles/vmm_deploy/tests/test.yml b/roles/vmm_deploy/tests/test.yml new file mode 100644 index 0000000..cf41f70 --- /dev/null +++ b/roles/vmm_deploy/tests/test.yml @@ -0,0 +1,5 @@ +--- +- hosts: localhost + remote_user: root + roles: + - vmm_deploy |