summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-05-04 12:17:10 -0700
committerElizabeth Hunt <me@liz.coffee>2025-05-04 12:17:10 -0700
commit7040a443c5973be872cdf5f3a656e9f947650b2b (patch)
tree833dd0a9f2a6b0c5f2523a70b995965c95bd5f21 /inventory
parentd0d07c491f157bef0174cc05ee3c308fe9f72c9b (diff)
downloadinfra-7040a443c5973be872cdf5f3a656e9f947650b2b.tar.gz
infra-7040a443c5973be872cdf5f3a656e9f947650b2b.zip
Refactor the swarm cluster role a bit
Diffstat (limited to 'inventory')
-rw-r--r--inventory2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory b/inventory
index 69d14d8..2b2ebe9 100644
--- a/inventory
+++ b/inventory
@@ -19,7 +19,7 @@ swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh a
swarm-two ansible_host=10.128.0.202 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}'
swarm-three ansible_host=10.128.0.203 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}'
-[swarm]
+[swarm_cluster]
swarm-one ansible_host=10.128.0.201 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}'
swarm-two ansible_host=10.128.0.202 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}'
swarm-three ansible_host=10.128.0.203 ansible_user=serve ansible_connection=ssh ansible_become_password='{{ swarm_become_password }}'