remove quotes from int
This commit is contained in:
parent
fe0fc52856
commit
c47264d99d
@ -10,14 +10,14 @@ rabbitmq_vhosts:
|
|||||||
tags:
|
tags:
|
||||||
ha-mode: 'all'
|
ha-mode: 'all'
|
||||||
ha-sync-mode: 'automatic'
|
ha-sync-mode: 'automatic'
|
||||||
ha-sync-batch-size: '10000'
|
ha-sync-batch-size: 10000
|
||||||
- name: pubsub_sweeper
|
- name: pubsub_sweeper
|
||||||
apply_to: queues
|
apply_to: queues
|
||||||
state: present
|
state: present
|
||||||
pattern: ".*"
|
pattern: ".*"
|
||||||
tags:
|
tags:
|
||||||
expires: '111600000'
|
expires: 111600000
|
||||||
max-length-bytes: '1073741824'
|
max-length-bytes: 1073741824
|
||||||
- vhost: '/public_pubsub'
|
- vhost: '/public_pubsub'
|
||||||
state: present
|
state: present
|
||||||
policy:
|
policy:
|
||||||
@ -26,8 +26,8 @@ rabbitmq_vhosts:
|
|||||||
state: present
|
state: present
|
||||||
pattern: ".*"
|
pattern: ".*"
|
||||||
tags:
|
tags:
|
||||||
expires: '3600000'
|
expires: 3600000
|
||||||
max-length-bytes: '52428800'
|
max-length-bytes: 52428800
|
||||||
- vhost: mbs
|
- vhost: mbs
|
||||||
state: present
|
state: present
|
||||||
policy:
|
policy:
|
||||||
@ -38,7 +38,7 @@ rabbitmq_vhosts:
|
|||||||
tags:
|
tags:
|
||||||
ha-mode: 'all'
|
ha-mode: 'all'
|
||||||
ha-sync-mode: 'automatic'
|
ha-sync-mode: 'automatic'
|
||||||
ha-sync-batch-size: '10000'
|
ha-sync-batch-size: 10000
|
||||||
- vhost: distrobuild
|
- vhost: distrobuild
|
||||||
state: present
|
state: present
|
||||||
policy:
|
policy:
|
||||||
@ -49,7 +49,7 @@ rabbitmq_vhosts:
|
|||||||
tags:
|
tags:
|
||||||
ha-mode: 'all'
|
ha-mode: 'all'
|
||||||
ha-sync-mode: 'automatic'
|
ha-sync-mode: 'automatic'
|
||||||
ha-sync-batch-size: '10000'
|
ha-sync-batch-size: 10000
|
||||||
- vhost: odcs
|
- vhost: odcs
|
||||||
state: present
|
state: present
|
||||||
policy:
|
policy:
|
||||||
@ -60,14 +60,14 @@ rabbitmq_vhosts:
|
|||||||
tags:
|
tags:
|
||||||
ha-mode: 'all'
|
ha-mode: 'all'
|
||||||
ha-sync-mode: 'automatic'
|
ha-sync-mode: 'automatic'
|
||||||
ha-sync-batch-size: '10000'
|
ha-sync-batch-size: 10000
|
||||||
- name: pubsub_sweeper
|
- name: pubsub_sweeper
|
||||||
apply_to: queues
|
apply_to: queues
|
||||||
state: present
|
state: present
|
||||||
pattern: ".*"
|
pattern: ".*"
|
||||||
tags:
|
tags:
|
||||||
expires: '111600000'
|
expires: 111600000
|
||||||
max-length-bytes: '1073741824'
|
max-length-bytes: 1073741824
|
||||||
# Legacy entries
|
# Legacy entries
|
||||||
- vhost: pubsub
|
- vhost: pubsub
|
||||||
state: present
|
state: present
|
||||||
@ -79,14 +79,14 @@ rabbitmq_vhosts:
|
|||||||
tags:
|
tags:
|
||||||
ha-mode: 'all'
|
ha-mode: 'all'
|
||||||
ha-sync-mode: 'automatic'
|
ha-sync-mode: 'automatic'
|
||||||
ha-sync-batch-size: '10000'
|
ha-sync-batch-size: 10000
|
||||||
- name: pubsub_sweeper
|
- name: pubsub_sweeper
|
||||||
apply_to: queues
|
apply_to: queues
|
||||||
state: present
|
state: present
|
||||||
pattern: ".*"
|
pattern: ".*"
|
||||||
tags:
|
tags:
|
||||||
expires: '111600000'
|
expires: 111600000
|
||||||
max-length-bytes: '1073741824'
|
max-length-bytes: 1073741824
|
||||||
- vhost: public_pubsub
|
- vhost: public_pubsub
|
||||||
state: present
|
state: present
|
||||||
policy:
|
policy:
|
||||||
@ -95,8 +95,8 @@ rabbitmq_vhosts:
|
|||||||
state: present
|
state: present
|
||||||
pattern: ".*"
|
pattern: ".*"
|
||||||
tags:
|
tags:
|
||||||
expires: '3600000'
|
expires: 3600000
|
||||||
max-length-bytes: '52428800'
|
max-length-bytes: 52428800
|
||||||
- vhost: '/mbs'
|
- vhost: '/mbs'
|
||||||
state: present
|
state: present
|
||||||
policy:
|
policy:
|
||||||
@ -107,5 +107,5 @@ rabbitmq_vhosts:
|
|||||||
tags:
|
tags:
|
||||||
ha-mode: 'all'
|
ha-mode: 'all'
|
||||||
ha-sync-mode: 'automatic'
|
ha-sync-mode: 'automatic'
|
||||||
ha-sync-batch-size: '10000'
|
ha-sync-batch-size: 10000
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user