add persistent disk mount
This commit is contained in:
parent
5d5ceb8d6d
commit
560da6785d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue