created a new host grouping naming sheme, including a hypothetical ungrouped host for staging purposes

This commit is contained in:
2026-06-16 14:12:30 -04:00
parent 691d85458e
commit 0d7b0f0c66

View File

@@ -1,11 +1,31 @@
# @TODO use hosts and host groupings that refer or point to VM or containerized servers for testing # @TODO use hosts and host groupings that refer or point to VM or containerized servers for testing
ungrouped: ungrouped:
hosts: ~ hosts:
staging:
ansible_host: ~ # IP address of test host
sukaato: sukaato:
hosts: ~ hosts: ~
sukaato_test:
hosts:
staging:
armitage: armitage:
hosts: ~ hosts: ~
armitage_test:
hosts:
staging:
vps: vps:
children: ~ children:
sukaato:
vps_test:
children:
sukaato_test:
homeserver: homeserver:
children: ~ children:
armitage:
homeserver_test:
children:
armitage_test:
test:
children:
vps_test:
homeserver_test: