Skip to content
Snippets Groups Projects
Select Git revision
  • 233dcf9cc8bbc7fe14a4807cd7c2082485e930fa
  • master default
  • host01
  • ns4
  • kodi
5 results

lam.shore.co.il

Blame
  • playbook.yml 198 B
    ---
    - hosts: example-openbsd
      gather_facts: false
      roles: [openbsd_bootstrap]
    
    - hosts: example-ubuntu
      gather_facts: false
      roles: [debian_bootstrap]
    
    - hosts: all
      roles:
        - role: example