Skip to content
Snippets Groups Projects
Select Git revision
  • 77314b141cb03e8d474666cd0e0509f2296d6701
  • master default
2 results

README.rst

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