mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
value: add nfs volume for meeting logs
This allows us to share these between value01 and value02 Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
process: fedmsg-irc
|
||||
- { role: mote,
|
||||
when: inventory_hostname.startswith('value01') }
|
||||
- { role: nfs/client, when: env != "staging", mnt_dir: '/srv/', nfs_src_dir: 'fedora_value_prod' }
|
||||
|
||||
pre_tasks:
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
||||
Reference in New Issue
Block a user