From 740cfbff682dba5036b13ece849c695e71e66211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Sat, 15 Dec 2012 05:33:49 +0000 Subject: [PATCH] Add the peristent disk --- playbooks/hosts/elections-dev.cloud.fedoraproject.org.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/playbooks/hosts/elections-dev.cloud.fedoraproject.org.yml b/playbooks/hosts/elections-dev.cloud.fedoraproject.org.yml index 79831f774b..e4145bf14d 100644 --- a/playbooks/hosts/elections-dev.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/elections-dev.cloud.fedoraproject.org.yml @@ -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