Merge branch 'master' of /git/ansible
This commit is contained in:
commit
4069351c3c
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue