diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 19:57:46 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 19:57:46 +0100 |
| commit | 702c427201c75cd392745b7e17fe4e844c7b5a47 (patch) | |
| tree | 5f68e53fb78439c56073e566b444d6e62ceb7052 /tests | |
ansible-galaxy init bootstrap
This will contain common setup for all of my servers.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/inventory | 3 | ||||
| -rw-r--r-- | tests/test.yml | 6 |
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 |
