made ungrouped hosts be two machines for staging or more

This commit is contained in:
2026-06-17 14:36:26 -04:00
parent 52f98c1d57
commit 13ef8fa459

View File

@@ -1,18 +1,20 @@
# @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: staging0:
ansible_host: ~ # IP address of test host ansible_host: ~
staging1:
ansible_host: ~
sukaato: sukaato:
hosts: ~ hosts: ~
sukaato_test: sukaato_test:
hosts: hosts:
staging: staging0:
armitage: armitage:
hosts: ~ hosts: ~
armitage_test: armitage_test:
hosts: hosts:
staging: staging1:
vps: vps:
children: children:
sukaato: sukaato: