copy pdc client config file

This commit is contained in:
Ralph Bean 2017-02-16 00:22:23 +00:00
parent 0659dd5e68
commit 9737313f5d
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"fedora": {
"host": "https://pdc.fedoraproject.org/rest_api/v1/",
"develop": true,
"insecure": false
}
}

View file

@ -0,0 +1,7 @@
{
"fedora": {
"host": "https://pdc.stg.fedoraproject.org/rest_api/v1/",
"develop": true,
"insecure": false
}
}

View file

@ -56,3 +56,14 @@
tags:
- mbs
- mbs/common
- name: copy pdc client config file
copy: >
src=fedora.json.{{env}} dest=/etc/pdc.d/fedora.json
owner=root group=root mode=0644
notify:
- restart apache
- restart fedmsg-hub
tags:
- mbs
- mbs/common