We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2724fc4 + 3794c15 commit a195399Copy full SHA for a195399
1 file changed
templates/var/lib/ansible/inventory
@@ -6,9 +6,7 @@ bastion
6
masters
7
nodes
8
etcd
9
-{{^ansible_first_run}}
10
new_nodes
11
-{{/ansible_first_run}}
12
{{#dedicated_lb}}
13
lb
14
@@ -47,8 +45,8 @@ localhost
47
45
{{.}} openshift_node_labels="{'region': 'primary', 'zone': 'default'}"
48
46
{{/nodes}}
49
50
51
[new_nodes]
+{{^ansible_first_run}}
52
{{#new_nodes}}
53
54
{{/new_nodes}}
0 commit comments