Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions image/install-alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@
- name: enable keepalivedstats
command: "rc-update add keepalivedstats default"

- name: enable localmount
command: "rc-update add localmount boot"

- name: add cloud-init config
copy:
src: ./cloud-init-10_openstack.cfg
Expand All @@ -269,13 +272,6 @@
regexp: '^(#)?\s- resizefs.*'
line: '# - resizefs'

- name: enable cloud-config
command: "rc-update add cloud-config default"
- name: enable cloud-init-local
command: "rc-update add cloud-init-local default"
- name: enable cloud-final
command: "rc-update add cloud-final default"

- name: add sysctl file
copy:
src: ./sysctl-yawollet.conf
Expand Down
Loading