Add nfs mount options for mm-backend01.stg
This commit is contained in:
parent
78fa37c34d
commit
3a86adb293
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ eth1_ip: 10.5.127.184
|
|||
vmhost: virthost16.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
# nfs mount options, overrides the all/default
|
||||
nfs_mount_opts: "ro,hard,bg,intr,nodev,nosuid"
|
||||
|
||||
# We define this here to override the global one because we need eth1
|
||||
virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
|
||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue