Commit 8819a053 authored by nimrod's avatar nimrod
Browse files

Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example

parents 56880811 e0f301da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
---
- hosts: ntp-client-openbsd
  gather_facts: false
  roles: [adarnimrod.openbsd-bootstrap]
  roles: [openbsd-bootstrap]

- hosts: ntp-client-xenial
  gather_facts: false
  roles: [adarnimrod.debian-bootstrap]
  roles: [debian-bootstrap]

- hosts: all
  strategy: free
+2 −0
Original line number Diff line number Diff line
---
- src: adarnimrod.openbsd-bootstrap
  name: openbsd-bootstrap
- src: adarnimrod.debian-bootstrap
  name: debian-bootstrap