Fix mismatched access targets for cluster operations
This commit is contained in:
@@ -29,22 +29,23 @@ en1:
|
||||
|
||||
cluster:
|
||||
vars:
|
||||
skylab_targets: [cluster, datastore]
|
||||
skylab_roles:
|
||||
- server
|
||||
- docker-swarm-manager
|
||||
- datastore
|
||||
|
||||
hosts:
|
||||
pegasus: # jupiter
|
||||
ansible_host: 10.42.101.100
|
||||
skylab_description: Arbiter Node
|
||||
skylab_targets: [cluster, datastore]
|
||||
skylab_cluster:
|
||||
address: 10.42.101.10/24
|
||||
interface: bond0
|
||||
|
||||
saturn: # remus
|
||||
ansible_host: 10.42.101.110
|
||||
skylab_description: Operation Node
|
||||
skylab_description: Operational Node
|
||||
skylab_cluster:
|
||||
address: 10.42.101.110/24
|
||||
interface: bond0
|
||||
@@ -67,8 +68,7 @@ en1:
|
||||
|
||||
orion: # romulus
|
||||
ansible_host: 10.42.101.120
|
||||
skylab_description: Operation Node
|
||||
skylab_targets: [cluster, datastore]
|
||||
skylab_description: Operational Node
|
||||
skylab_cluster:
|
||||
address: 10.42.101.12/24
|
||||
interface: bond0
|
||||
|
||||
Reference in New Issue
Block a user