bodhi: Add some comments for bodhi 4.0.0.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
fb9cb18511
commit
983664a4c1
1 changed files with 2 additions and 0 deletions
|
@ -72,9 +72,11 @@
|
||||||
cert_src: "{{private}}/files/docker-registry/{{env}}/pki/issued/containerstable.crt"
|
cert_src: "{{private}}/files/docker-registry/{{env}}/pki/issued/containerstable.crt"
|
||||||
key_src: "{{private}}/files/docker-registry/{{env}}/pki/private/containerstable.key"
|
key_src: "{{private}}/files/docker-registry/{{env}}/pki/private/containerstable.key"
|
||||||
certs_group: apache
|
certs_group: apache
|
||||||
|
# We can remove the when statement when Bodhi 4.0.0 is deployed to production.
|
||||||
- role: rabbit/user
|
- role: rabbit/user
|
||||||
username: "bodhi{{ env_suffix }}"
|
username: "bodhi{{ env_suffix }}"
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
# We can remove the when statement when Bodhi 4.0.0 is deployed to production.
|
||||||
- role: rabbit/queue
|
- role: rabbit/queue
|
||||||
username: "bodhi{{ env_suffix }}"
|
username: "bodhi{{ env_suffix }}"
|
||||||
queue_name: "bodhi{{ env_suffix }}"
|
queue_name: "bodhi{{ env_suffix }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue