Re-use "community account" aws creds in production.
This commit is contained in:
parent
39e6d0235f
commit
cda218580e
1 changed files with 7 additions and 2 deletions
|
@ -65,8 +65,13 @@
|
|||
copy: src={{private}}/files/fedimg/{{item}} dest=/etc/pki/fedimg/{{item}}
|
||||
owner=fedmsg group=fedmsg mode=0100
|
||||
with_items:
|
||||
- fedimg-prod
|
||||
- fedimg-prod.pub
|
||||
# TODO -- we should be using the 'prod' "official account" creds here, but we
|
||||
# don't have access to them yet. In the mean time, just re-used the
|
||||
# "community account" creds from staging.
|
||||
#- fedimg-prod
|
||||
#- fedimg-prod.pub
|
||||
- fedimg-dev
|
||||
- fedimg-dev.pub
|
||||
notify:
|
||||
- restart fedmsg-hub
|
||||
when: env != "staging"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue