Re-use "community account" aws creds in production.

This commit is contained in:
Ralph Bean 2014-12-08 16:29:16 +00:00
parent 39e6d0235f
commit cda218580e

View file

@ -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"