diff options
Diffstat (limited to 'playbooks/groups/taskotron.yml')
| -rw-r--r-- | playbooks/groups/taskotron.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/groups/taskotron.yml b/playbooks/groups/taskotron.yml index 594ef39ea..8c44ee801 100644 --- a/playbooks/groups/taskotron.yml +++ b/playbooks/groups/taskotron.yml @@ -49,6 +49,7 @@ roles: - { 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'] } # - { role: taskotron/cgit, tags: ['cgit'] } - { role: taskotron/buildmaster, tags: ['buildmaster'] } |
