Skip to content
Snippets Groups Projects
Select Git revision
  • 210387c08258dc81982f769c68d10b05552f3fb5
  • master default
2 results

.travis.yml

Blame
  • playbook.yml 198 B
    ---
    - hosts: example-openbsd
      gather_facts: false
      roles: [openbsd-bootstrap]
    
    - hosts: example-xenial
      gather_facts: false
      roles: [debian-bootstrap]
    
    - hosts: all
      roles:
        - role: example