Merge branch 'master' of /git/ansible

This commit is contained in:
Rick Elrod 2017-10-16 18:42:52 +00:00
commit 4069351c3c
3 changed files with 8 additions and 0 deletions

View file

@ -41,6 +41,8 @@ fedmsg_certs:
can_send:
- odcs.compose.state-changed
odcs_target_dir_url: https://odcs.fedoraproject.org/composes
# For the MOTD
csi_security_category: Low
csi_primary_contact: Factory 2 factory2-members@fedoraproject.org

View file

@ -39,6 +39,8 @@ fedmsg_certs:
can_send:
- odcs.compose.state-changed
odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes
# For the MOTD
csi_security_category: Low
csi_primary_contact: Factory 2 factory2-members@fedoraproject.org

View file

@ -115,5 +115,9 @@
nfs_src_dir: 'fedora_koji'
when: env == 'staging'
post_tasks:
- file: src=/mnt/fedora_koji/koji dest=/mnt/koji state=link
tags: nfs/client
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"