ctf: Move host vars from inventory to host_vars/ & document them
[noc.git] / ansible / generic.yaml
1 ---
2 - name: "Apply role {{ myrole }} to hosts: {{ myhosts }}"
3   hosts: "{{ myhosts }}"
4   roles:
5     - role: "{{ myrole }}"