Adjust releng hosts to mount /pub instead of /pub/alt
This commit is contained in:
parent
f9ff824cce
commit
fdc644c687
2 changed files with 2 additions and 5 deletions
|
@ -37,8 +37,8 @@
|
||||||
mnt_dir: '/mnt/fedora_koji'
|
mnt_dir: '/mnt/fedora_koji'
|
||||||
nfs_src_dir: 'fedora_koji'
|
nfs_src_dir: 'fedora_koji'
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/pub/alt'
|
mnt_dir: '/pub'
|
||||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/alt'
|
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'
|
||||||
when: not inventory_hostname.startswith('arm01')
|
when: not inventory_hostname.startswith('arm01')
|
||||||
- releng
|
- releng
|
||||||
|
|
||||||
|
|
|
@ -52,9 +52,6 @@
|
||||||
action: file state=directory path={{ item }}
|
action: file state=directory path={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- /pub
|
- /pub
|
||||||
- /pub/fedora
|
|
||||||
- /pub/epel
|
|
||||||
- /pub/alt
|
|
||||||
- /epel
|
- /epel
|
||||||
- /mnt/fedora_koji
|
- /mnt/fedora_koji
|
||||||
- /var/spool/rsyslog
|
- /var/spool/rsyslog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue