We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0433977 commit 63703e7Copy full SHA for 63703e7
examples/hc.conf
@@ -5,6 +5,11 @@ host1
5
host2
6
host3
7
8
+# Do a sanity check before proceding
9
+[script1]
10
+action=execute
11
+file=/usr/share/gdeploy/scripts/grafton-sanity-check.sh
12
+
13
[disktype]
14
raid6
15
@@ -59,7 +64,7 @@ action=execute
59
64
command=vdsm-tool configure --force
60
65
61
66
# Disable multipath
62
-[script1]
67
+[script2]
63
68
action=execute
69
file=/usr/share/ansible/gdeploy/scripts/disable-multipath.sh
70
@@ -164,7 +169,7 @@ line=allowed_hosts=host.redhat.com
164
169
action=restart
165
170
service=nrpe
166
171
167
-[script2]
172
+[script3]
168
173
174
file=/usr/share/ansible/gdeploy/scripts/disable-gluster-hooks.sh
175
0 commit comments