Skip to content
Snippets Groups Projects
playbook.yml 199 B
---
- hosts: example-openbsd*
  gather_facts: false
  roles: [openbsd-bootstrap]

- hosts: example-xenial
  gather_facts: false
  roles: [debian-bootstrap]

- hosts: all
  roles:
    - role: example