We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3162b commit 5cd3da2Copy full SHA for 5cd3da2
image/install-alpine.yaml
@@ -247,6 +247,9 @@
247
- name: enable keepalivedstats
248
command: "rc-update add keepalivedstats default"
249
250
+ - name: enable localmount
251
+ command: "rc-update add localmount boot"
252
+
253
- name: add cloud-init config
254
copy:
255
src: ./cloud-init-10_openstack.cfg
@@ -269,13 +272,6 @@
269
272
regexp: '^(#)?\s- resizefs.*'
270
273
line: '# - resizefs'
271
274
- - name: enable cloud-config
- command: "rc-update add cloud-config default"
- - name: enable cloud-init-local
275
- command: "rc-update add cloud-init-local default"
276
- - name: enable cloud-final
277
- command: "rc-update add cloud-final default"
278
-
279
- name: add sysctl file
280
281
src: ./sysctl-yawollet.conf
0 commit comments