You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
331 B
YAML

---
- name: Generate conductor-workers-swarm
template:
src: templates/conductor-workers-swarm.yaml.j2
dest: "{{ target_path }}/conductor-workers-swarm.yaml"
- name: Generate configs
template:
src: templates/config.cfg.j2
dest: "{{ target_path }}/{{ item.service }}-config.cfg"
loop: "{{ conductor_workers }}"