Skip to content
Snippets Groups Projects
Select Git revision
  • 46ba6ecdfd08efab49c66664723e1d88b8a87166
  • master default
2 results

playbook.yml

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