Next try.

This commit is contained in:
Kevin Fenzi 2014-11-13 00:02:28 +00:00
parent 343b73ef18
commit 191a5db10b
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
- base
- hosts
- { role: nfs/client, when: not inventory_hostname.startswith('arm'), mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
- { role: nfs/client, when: datacenter == 'staging', mnt_dir: '/mnt/fedora_koji', nfs_src_dir: '/mnt/fedora_koji' }
- { role: nfs/client, when: datacenter == 'staging', mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
- koji_builder
tasks:

View file

@ -66,7 +66,7 @@
- name: nfs mount points (stg)
mount: >
name=/{{ mnt_dir }}
src=10.5.126.87:{{ nfs_src_dir }}
src=10.5.126.87:/mnt/{{ nfs_src_dir }}
fstype=nfs4
opts={{nfs_mount_opts}}
passno=0