Next try.
This commit is contained in:
parent
343b73ef18
commit
191a5db10b
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
- base
|
- base
|
||||||
- hosts
|
- hosts
|
||||||
- { role: nfs/client, when: not inventory_hostname.startswith('arm'), mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
|
- { 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
|
- koji_builder
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
- name: nfs mount points (stg)
|
- name: nfs mount points (stg)
|
||||||
mount: >
|
mount: >
|
||||||
name=/{{ mnt_dir }}
|
name=/{{ mnt_dir }}
|
||||||
src=10.5.126.87:{{ nfs_src_dir }}
|
src=10.5.126.87:/mnt/{{ nfs_src_dir }}
|
||||||
fstype=nfs4
|
fstype=nfs4
|
||||||
opts={{nfs_mount_opts}}
|
opts={{nfs_mount_opts}}
|
||||||
passno=0
|
passno=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue