summaryrefslogtreecommitdiff
path: root/tests/test.yml
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2026-09-09 19:57:46 +0100
committerMatthew Fennell <matthew@fennell.dev>2026-09-09 19:57:46 +0100
commit702c427201c75cd392745b7e17fe4e844c7b5a47 (patch)
tree5f68e53fb78439c56073e566b444d6e62ceb7052 /tests/test.yml
ansible-galaxy init bootstrap
This will contain common setup for all of my servers.
Diffstat (limited to 'tests/test.yml')
-rw-r--r--tests/test.yml6
1 files changed, 6 insertions, 0 deletions
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