]> git.phdru.name Git - ansible.git/blob - playbooks/run-role.yml
bc179640cb6e2d762434f97ce3e75a59ff8b831f
[ansible.git] / playbooks / run-role.yml
1 - name: "Run role {{ role }}"
2   hosts: "{{ hosts | default('all') }}"
3   gather_facts: false
4   roles:
5     - "{{ role }}"