copy pdc client config file
This commit is contained in:
parent
0659dd5e68
commit
9737313f5d
3 changed files with 25 additions and 0 deletions
7
roles/mbs/common/files/fedora.json.production
Normal file
7
roles/mbs/common/files/fedora.json.production
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"fedora": {
|
||||
"host": "https://pdc.fedoraproject.org/rest_api/v1/",
|
||||
"develop": true,
|
||||
"insecure": false
|
||||
}
|
||||
}
|
7
roles/mbs/common/files/fedora.json.staging
Normal file
7
roles/mbs/common/files/fedora.json.staging
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"fedora": {
|
||||
"host": "https://pdc.stg.fedoraproject.org/rest_api/v1/",
|
||||
"develop": true,
|
||||
"insecure": false
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue