Define nfs_mount_opts.
This commit is contained in:
parent
7f64e66846
commit
b48ecff9f3
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ fedmsg_error_recipients:
|
|||
|
||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||
|
||||
# NOTE -- read-only mount of /mnt/fedora_koji here.
|
||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||
|
||||
# Neeed for rsync from log01 for logs.
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue