mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
Adjust releng hosts to mount /pub instead of /pub/alt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user