summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/inventory2
-rw-r--r--tests/test.yml5
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/inventory b/tests/inventory
new file mode 100644
index 0000000..49d4fe2
--- /dev/null
+++ b/tests/inventory
@@ -0,0 +1,2 @@
+localhost ansible_connection=local
+
diff --git a/tests/test.yml b/tests/test.yml
new file mode 100644
index 0000000..d9b0e9f
--- /dev/null
+++ b/tests/test.yml
@@ -0,0 +1,5 @@
+---
+- hosts: localhost
+ remote_user: root
+ roles:
+ - helloworld