playbooks/roles/charts/chaos-mesh/tasks/main.yml

5 lines
195 B
YAML
Executable File

- name: Setup chaos-mesh Server
script: files/setup.sh {{ domain }} {{ item.secret_name }} {{ namespace }}
when: inventory_hostname in groups[group] and ( tls is defined)
loop: "{{ tls }}"