fe7412069da1f38cdf5ac51fe201258891c377ff
[noc.git] / ansible / generic.yaml
1 ---
2 - name: "Apply role {{ role }} to hosts: {{ hosts }}"
3   hosts: "{{ hosts }}"
4   roles:
5     - role: "{{ role }}"