We need to specify rw here or else it falls back to the default in group_vars/all which is ro

This commit is contained in:
Kevin Fenzi 2015-06-10 17:05:38 +00:00
parent a8c2da454c
commit e427e49baa

View file

@ -25,3 +25,4 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
--autostart --noautoconsole
host_backup_targets: ['/srv']
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"