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
- Build on my supported platforms (some don't have properly working Vagrant boxes so they're allowed to fail).
- Build on my supported platforms (some don't have properly working Vagrant boxes so they're allowed to fail).
---
- hosts: example-openbsd*
gather_facts: false
roles: [openbsd-bootstrap]
- hosts: example-xenial
gather_facts: false
roles: [debian-bootstrap]
- hosts: all
roles:
- role: example