Newer
Older
- hosts: ansible-role-example-openbsd
gather_facts: false
roles: [openbsd_bootstrap]
- hosts: ansible-role-example-ubuntu
roles: [debian_bootstrap]
- hosts: all
- hosts: ansible-role-example-openbsd
gather_facts: false
roles: [openbsd_bootstrap]
- hosts: ansible-role-example-ubuntu
roles: [debian_bootstrap]
- hosts: all