Skip to content
playbook.yml 237 B
Newer Older
nimrod's avatar
nimrod committed
---
- hosts: ansible-role-example-openbsd
  gather_facts: false
  roles: [openbsd_bootstrap]

- hosts: ansible-role-example-ubuntu
nimrod's avatar
nimrod committed
  gather_facts: false
  roles: [debian_bootstrap]

- hosts: all
nimrod's avatar
nimrod committed
  roles:
    - role: ansible-role-example