Define nfs_mount_opts.

This commit is contained in:
Ralph Bean 2017-10-16 18:09:52 +00:00
parent 7f64e66846
commit b48ecff9f3

View file

@ -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' ]