From 702c427201c75cd392745b7e17fe4e844c7b5a47 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 9 Sep 2026 19:57:46 +0100 Subject: ansible-galaxy init bootstrap This will contain common setup for all of my servers. --- tests/inventory | 3 +++ tests/test.yml | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 tests/inventory create mode 100644 tests/test.yml (limited to 'tests') 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 -- cgit v1.2.3