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}}
|
copy: src={{private}}/files/fedimg/{{item}} dest=/etc/pki/fedimg/{{item}}
|
||||||
owner=fedmsg group=fedmsg mode=0100
|
owner=fedmsg group=fedmsg mode=0100
|
||||||
with_items:
|
with_items:
|
||||||
- fedimg-prod
|
# TODO -- we should be using the 'prod' "official account" creds here, but we
|
||||||
- fedimg-prod.pub
|
# 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:
|
notify:
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
when: env != "staging"
|
when: env != "staging"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue