summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/inventory3
-rw-r--r--tests/test.yml6
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/inventory b/tests/inventory
new file mode 100644
index 0000000..03ca42f
--- /dev/null
+++ b/tests/inventory
@@ -0,0 +1,3 @@
+#SPDX-License-Identifier: MIT-0
+localhost
+
diff --git a/tests/test.yml b/tests/test.yml
new file mode 100644
index 0000000..e5df577
--- /dev/null
+++ b/tests/test.yml
@@ -0,0 +1,6 @@
+#SPDX-License-Identifier: MIT-0
+---
+- hosts: localhost
+ remote_user: root
+ roles:
+ - bootstrap