Remove some hosts
This commit is contained in:
parent
7d25cd3098
commit
bfa8633fcf
@ -20,6 +20,7 @@ all:
|
||||
mode: "0755"
|
||||
read_only: false
|
||||
n2.thefij:
|
||||
nomad_node_class: ingress
|
||||
nomad_node_role: both
|
||||
nomad_unique_host_volumes:
|
||||
- name: nextcloud-data
|
||||
@ -40,13 +41,13 @@ all:
|
||||
group: "bin"
|
||||
mode: "0755"
|
||||
read_only: false
|
||||
n3.thefij:
|
||||
nomad_node_class: ingress
|
||||
nomad_node_role: both
|
||||
pi4:
|
||||
nomad_node_role: client
|
||||
pi3:
|
||||
nomad_node_role: client
|
||||
# n3.thefij:
|
||||
# nomad_node_class: ingress
|
||||
# nomad_node_role: both
|
||||
# pi3:
|
||||
# nomad_node_role: client
|
||||
# pi4:
|
||||
# nomad_node_role: client
|
||||
|
||||
consul_instances:
|
||||
children:
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
consul_node_role: server
|
||||
consul_bootstrap_expect: true
|
||||
consul_bootstrap_expect_value: 3
|
||||
consul_bootstrap_expect_value: "{{ [(play_hosts | length), 3] | min }}"
|
||||
|
||||
consul_user: consul
|
||||
consul_manage_user: true
|
||||
|
Loading…
Reference in New Issue
Block a user