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