This role requires some arguments.
This commit is contained in:
parent
3d83e48447
commit
2c680bf7b9
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue