made ungrouped hosts be two machines for staging or more
This commit is contained in:
@@ -1,18 +1,20 @@
|
||||
# @TODO use hosts and host groupings that refer or point to VM or containerized servers for testing
|
||||
ungrouped:
|
||||
hosts:
|
||||
staging:
|
||||
ansible_host: ~ # IP address of test host
|
||||
staging0:
|
||||
ansible_host: ~
|
||||
staging1:
|
||||
ansible_host: ~
|
||||
sukaato:
|
||||
hosts: ~
|
||||
sukaato_test:
|
||||
hosts:
|
||||
staging:
|
||||
staging0:
|
||||
armitage:
|
||||
hosts: ~
|
||||
armitage_test:
|
||||
hosts:
|
||||
staging:
|
||||
staging1:
|
||||
vps:
|
||||
children:
|
||||
sukaato:
|
||||
|
||||
Reference in New Issue
Block a user