From 6da4da42b192482268950ccdb7b1357fc5a526be Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 20 Jun 2017 11:49:39 +0000 Subject: [PATCH] taskotron-dev: use nfs for artifacts --- playbooks/groups/taskotron.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/taskotron.yml b/playbooks/groups/taskotron.yml index 701e427f89..5a3a86e14f 100644 --- a/playbooks/groups/taskotron.yml +++ b/playbooks/groups/taskotron.yml @@ -49,6 +49,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: + - { role: nfs/client, mnt_dir: '/srv/taskotron/', nfs_src_dir: 'fedora_taskotron_dev', nfs_mount_opts: 'rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4', when: deployment_type == 'dev' } - { role: nfs/client, mnt_dir: '/srv/taskotron/', nfs_src_dir: 'fedora_taskotron_stg', nfs_mount_opts: 'rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4', when: deployment_type == 'stg' } - { role: nfs/client, mnt_dir: '/srv/taskotron/', nfs_src_dir: 'fedora_taskotron_prod', nfs_mount_opts: 'rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4', when: deployment_type == 'prod' } - { role: taskotron/grokmirror, tags: ['grokmirror'] }