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

ntpd.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