cloud-image-uploader: old queue is gone now, remove removal
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d54c08c67a
commit
1835ef41bb
1 changed files with 0 additions and 17 deletions
|
@ -8,23 +8,6 @@
|
|||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
tasks:
|
||||
- name: Remove the old queue in RabbitMQ
|
||||
delegate_to: "{{ rabbitmq_server }}"
|
||||
rabbitmq_queue:
|
||||
name: "cloud-image-uploader{{ env_suffix }}"
|
||||
vhost: "{{ vhost }}"
|
||||
auto_delete: no
|
||||
durable: yes
|
||||
message_ttl: "{{ message_ttl }}"
|
||||
max_priority: "{{ max_priority }}"
|
||||
state: absent
|
||||
login_user: admin
|
||||
login_password: "{{ (env == 'production')|ternary(rabbitmq_admin_password_production, rabbitmq_admin_password_staging) }}"
|
||||
tags:
|
||||
- fedora-messaging
|
||||
- rabbitmq_cluster
|
||||
|
||||
roles:
|
||||
- role: rabbit/queue
|
||||
username: "cloud-image-uploader{{ env_suffix }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue