Commit ff7b42ef authored by nimrod's avatar nimrod
Browse files

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

parents 09152270 cf4fba1f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
---
# defaults file for openbsd-bootstrap

openbsd_pkg_mirror: http://www.mirrorservice.org/pub # Where to get packages.
+0 −8
Original line number Diff line number Diff line
@@ -23,11 +23,3 @@ vagrant:
  - 'vbguest.auto_update = false'
  - 'landrush.enabled = false'
  - 'landrush_ip.override = false'

docker:
  containers:
  - name: ansible-role-example-ubuntu
    image: ubuntu
    image_version: xenial
    environment:
        DEBIAN_FRONTEND: noninteractive
+2 −6
Original line number Diff line number Diff line
---
- src: https://github.com/adarnimrod/openbsd-bootstrap
  scm: git
  name: openbsd_bootstrap
- src: https://github.com/adarnimrod/ansible-role-debian-bootstrap
  scm: git
  name: debian_bootstrap
- role: openbsd-bootstrap
- role: debian-bootstrap