Move roles around in an attempt to make clean installs ordered right.

This commit is contained in:
Kevin Fenzi 2016-08-10 16:41:30 +00:00
parent 04c8830cb1
commit 2803878bbc

View file

@ -26,12 +26,12 @@
- nagios/client
- collectd/base
- sudo
- fedmsg/base
- { role: nfs/client, when: "'releng-stg' not in group_names", mnt_dir: '/mnt/fedora_koji', nfs_src_dir: "{{ koji_hub_nfs }}" }
- { role: nfs/client, when: "'releng-compose' in group_names", mnt_dir: '/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
- { role: nfs/client, when: "'releng-secondary' in group_names", mnt_dir: '/pub/fedora-secondary', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/fedora-secondary' }
- { role: nfs/client, when: "'releng-stg' in group_names", mnt_dir: '/mnt/fedora_koji_prod', nfs_src_dir: "{{ koji_hub_nfs }}" }
- releng
- fedmsg/base
tasks:
# this is how you include other task lists