Commit f41cd292 authored by nimrod's avatar nimrod
Browse files

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

# Conflicts:
#	README.rst
#	molecule.yml
#	tests/playbook.yml
parents 6b453f04 d4fa8001
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -5,9 +5,14 @@ dist: trusty
sudo: false
group: beta
services: [docker]
cache:
  - pip
  - directories:
      - $HOME/.pre-commit
      - $HOME/virtualenv

install:
  - pip install -r tests/requirements.txt
  - pip install -r tests/requirements.txt | cat
  - ansible-galaxy install git+file://$(pwd),$(git rev-parse --abbrev-ref HEAD) -p .molecule/roles
  - molecule dependency

+3 −0
Original line number Diff line number Diff line
OpenBSD bootstrap
#################

.. image:: https://travis-ci.org/adarnimrod/openbsd-bootstrap.svg?branch=master
    :target: https://travis-ci.org/adarnimrod/openbsd-bootstrap

Role to bootstrap an OpenBSD instance (allow Ansible to provision the instance).

Requirements
+2 −2
Original line number Diff line number Diff line
ansible==2.2.0.0
testinfra==1.4.3
molecule==1.14.0
testinfra==1.4.4
molecule==1.15.0
ansible-lint==3.4.4
pre-commit==0.9.3
piprot==0.9.7