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'
|
||||
nfs_src_dir: 'fedora_koji'
|
||||
- role: nfs/client
|
||||
mnt_dir: '/pub/alt'
|
||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/alt'
|
||||
mnt_dir: '/pub'
|
||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'
|
||||
when: not inventory_hostname.startswith('arm01')
|
||||
- releng
|
||||
|
||||
|
|
|
@ -52,9 +52,6 @@
|
|||
action: file state=directory path={{ item }}
|
||||
with_items:
|
||||
- /pub
|
||||
- /pub/fedora
|
||||
- /pub/epel
|
||||
- /pub/alt
|
||||
- /epel
|
||||
- /mnt/fedora_koji
|
||||
- /var/spool/rsyslog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue