summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/rabbitmq.yaml
blob: 35e07e900db7e0603847b01abc46a1c7d53fdaa5 (plain)
1
2
3
4
5
6
7
    rabbitmq-server:
      charm: "local:{{ ubuntu.release }}/rabbitmq-server"
      num_units: {{ unit_qty() }}
      to:
{% for unit_id in to_select() %}
        - "lxc:nodes={{ unit_id }}"
{% endfor %}