Add the peristent disk
This commit is contained in:
parent
dfd26ae80f
commit
740cfbff68
1 changed files with 2 additions and 3 deletions
|
@ -23,9 +23,8 @@
|
|||
tasks:
|
||||
- include: $tasks/cloud_setup_basic.yml
|
||||
|
||||
# Format, then add this
|
||||
#- name: mount up disk of persistent storage
|
||||
# action: mount name=/srv/persist src='LABEL=elections' fstype=ext4 state=mounted
|
||||
- name: mount up disk of persistent storage
|
||||
action: mount name=/srv/persist src='LABEL=elections' fstype=ext4 state=mounted
|
||||
|
||||
# open up ports (22, 80, 443)
|
||||
- name: poke holes in the firewall
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue