add persistent disk mount

This commit is contained in:
Seth Vidal 2012-11-19 20:37:14 +00:00
parent 5d5ceb8d6d
commit 560da6785d

View file

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