From 08053e6c39f0107987bf7aabff81700a88fb2b0a Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sat, 30 May 2026 06:01:41 -0400 Subject: [PATCH] added an example inventory host file, showing expected structure --- hosts.yml.example | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hosts.yml.example diff --git a/hosts.yml.example b/hosts.yml.example new file mode 100644 index 0000000..df685f6 --- /dev/null +++ b/hosts.yml.example @@ -0,0 +1,11 @@ +# @TODO use hosts and host groupings that refer or point to VM or containerized servers for testing +ungrouped: + hosts: ~ +sukaato: + hosts: ~ +armitage: + hosts: ~ +vps: + children: ~ +homeserver: + children: ~