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:
parent
a8c2da454c
commit
e427e49baa
1 changed files with 1 additions and 0 deletions
|
@ -25,3 +25,4 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
||||||
--autostart --noautoconsole
|
--autostart --noautoconsole
|
||||||
|
|
||||||
host_backup_targets: ['/srv']
|
host_backup_targets: ['/srv']
|
||||||
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue