This role requires some arguments.

This commit is contained in:
Ralph Bean 2015-10-16 18:05:00 +00:00
parent 3d83e48447
commit 2c680bf7b9

View file

@ -38,7 +38,16 @@
ignore_errors: true
roles:
- fedimg
- role: fedimg
aws_keyname: fedimg-dev
aws_keypath: /etc/pki/fedimg/fedimg-dev
aws_pubkeypath: /etc/pki/fedimg/fedimg-dev.pub
when: env == 'staging'
- role: fedimg
aws_keyname: releng-ap-northeast-1
aws_keypath: /etc/pki/fedimg/fedimg-prod
aws_pubkeypath: /etc/pki/fedimg/fedimg-prod.pub
when: env != 'staging'
post_tasks:
- service: name="fedmsg-hub" state=restarted