Skip to content
Snippets Groups Projects
Select Git revision
  • 572cbd1f819cf8e015541a06f0ecf1d75cd0cace
  • master default
2 results

TODO

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