This commit is contained in:
Stephen Smoogen 2015-12-18 00:19:12 +00:00
parent 7c3d5d5f31
commit 609751fd8c
2 changed files with 8 additions and 5 deletions

View file

@ -40,7 +40,7 @@
roles:
- cloudstats
- role: nfs/client,
mnt_dir: '/mnt/fedora_stats',
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3",
nfs_src_dir: 'fedora_stats',
- role: nfs/client
mnt_dir: '/mnt/fedora_stats'
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
nfs_src_dir: 'fedora_stats'

View file

@ -42,7 +42,10 @@
- include: "{{ handlers }}/restart_services.yml"
roles:
- { role: nfs/client, mnt_dir: '/mnt/fedora_stats', nfs_src_dir: 'fedora_stats' }
- role: nfs/client
mnt_dir: '/mnt/fedora_stats'
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
nfs_src_dir: 'fedora_stats'
- geoip
tasks: