Add the peristent disk

This commit is contained in:
Toshio くらとみ 2012-12-15 05:33:49 +00:00
parent dfd26ae80f
commit 740cfbff68

View file

@ -23,9 +23,8 @@
tasks: tasks:
- include: $tasks/cloud_setup_basic.yml - include: $tasks/cloud_setup_basic.yml
# Format, then add this - name: mount up disk of persistent storage
#- name: mount up disk of persistent storage action: mount name=/srv/persist src='LABEL=elections' fstype=ext4 state=mounted
# action: mount name=/srv/persist src='LABEL=elections' fstype=ext4 state=mounted
# open up ports (22, 80, 443) # open up ports (22, 80, 443)
- name: poke holes in the firewall - name: poke holes in the firewall