Skip to content
Snippets Groups Projects
Select Git revision
  • 1b8c9bca05444482db42486e941d36fab5f0d484
  • master default
2 results

.face

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