Skip to content

Commit 7a60ee8

Browse files
rename hosts to swarm-manager
1 parent 55eb083 commit 7a60ee8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

ansible/beta-hosts/hosts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ beta-services
6565
[registry]
6666
beta-registry
6767

68-
[swarm]
68+
[swarm-manager]
6969
beta-services
7070

7171
[docks]
@@ -89,7 +89,7 @@ optimus
8989
rabbitmq
9090
eru
9191
shiva
92-
swarm
92+
swarm-manager
9393

9494
[targets]
9595
localhost ansible_connection=local bastion_name=beta-bastion

ansible/prod-hosts/hosts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ alpha-registry
7171
[shiva]
7272
alpha-api-old
7373

74-
[swarm]
74+
[swarm-manager]
7575
alpha-api-old
7676

7777
[docks]
@@ -97,7 +97,7 @@ detention
9797
hubot
9898
eru
9999
shiva
100-
swarm
100+
swarm-manager
101101

102102
[targets]
103103
localhost ansible_connection=local bastion_name=alpha-bastion

ansible/swarm-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- hosts: swarm
2+
- hosts: swarm-manager
33
vars_files:
44
- "group_vars/alpha-swarm-manager.yml"
55
roles:

0 commit comments

Comments
 (0)