diff --git a/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml b/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml index 63f78cb7da..d44dc31652 100644 --- a/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml +++ b/playbooks/hosts/secondary01.phx2.fedoraproject.org.yml @@ -45,7 +45,8 @@ - { role: nfs/client, when: datacenter == "phx2", mnt_dir: '/srv/pub/archive', - nfs_src_dir: '/vol/fedora_ftp/fedora.redhat.com/pub/archive' + nfs_src_dir: '/vol/fedora_ftp/fedora.redhat.com/pub/archive', + nfs_mount_opts: 'ro,hard,bg,intr,noatime,nodev,nosuid' } - { role: nfs/client, when: datacenter == "phx2",