From 13ef8fa459350e56eb3acfaeda2b43f7bb4d35f4 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 17 Jun 2026 14:36:26 -0400 Subject: [PATCH] made ungrouped hosts be two machines for staging or more --- hosts.yml.example | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hosts.yml.example b/hosts.yml.example index d9a6148..cd96c87 100644 --- a/hosts.yml.example +++ b/hosts.yml.example @@ -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: