Skip to content
Snippets Groups Projects
Select Git revision
  • 7a3506a3c4e63de510d04faa10f80d343f0ca83c
  • master default
2 results

playbook.yml

Blame
  • 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