Skip to content
Snippets Groups Projects
Commit 661a011a authored by nimrod's avatar nimrod
Browse files

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

# Conflicts:
#	.travis.yml
#	molecule.yml
#	tasks/main.yml
#	tests/playbook.yml
parents ba837878 99a23d7d
Branches
No related tags found
No related merge requests found
--- ---
language: python language: python
python: "2.7" python: ["2.7", "3.4"]
dist: trusty dist: trusty
sudo: True sudo: True
group: beta group: beta
services: [docker] services: [docker]
env: env:
- platform: openbsd - platform: openbsd60
driver: vagrant
- platform: xenial
driver: vagrant
- platform: jessie
driver: vagrant
- platform: trusty
driver: vagrant driver: vagrant
- &openbsd59 platform=openbsd59 driver=vagrant
- driver: docker
platform: all
matrix:
fast_finish: True
allow_failures:
- python: "3.4"
- env: *openbsd59
cache: cache:
- pip - pip
- directories: - directories:
......
...@@ -16,14 +16,18 @@ vagrant: ...@@ -16,14 +16,18 @@ vagrant:
options: options:
cpus: 1 cpus: 1
platforms: platforms:
- name: openbsd - name: openbsd60
box: fnichol/openbsd-6.0-i386 box: fnichol/openbsd-6.0-i386
- name: openbsd59
box: fnichol/openbsd-5.9-i386
- name: xenial - name: xenial
box: ubuntu/xenial32 box: ubuntu/xenial32
- name: jessie
box: nogajun/jessie32
- name: trusty - name: trusty
box: ubuntu/trusty32 box: ubuntu/trusty32
- name: jessie
box: debian/jessie32
- name: wheezy
box: debian/wheezy32
instances: instances:
- name: gitreceive - name: gitreceive
options: options:
...@@ -70,3 +74,10 @@ docker: ...@@ -70,3 +74,10 @@ docker:
environment: environment:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
container: docker container: docker
- name: gitreceive-wheezy
image: debian
image_version: wheezy
command: /sbin/init
environment:
DEBIAN_FRONTEND: noninteractive
container: docker
--- ---
# tasks file for gitreceive # tasks file for gitreceive
- name: Assertions - name: Assertions
assert: assert:
that: that:
......
--- ---
- hosts: gitreceive-openbsd - hosts: gitreceive-openbsd*
gather_facts: false gather_facts: false
roles: [openbsd-bootstrap] roles: [openbsd-bootstrap]
......
...@@ -2,7 +2,7 @@ ansible==2.2.0.0 ...@@ -2,7 +2,7 @@ ansible==2.2.0.0
testinfra==1.5.1 testinfra==1.5.1
molecule==1.17.3 molecule==1.17.3
ansible-lint==3.4.9 ansible-lint==3.4.9
pre-commit==0.9.4 pre-commit==0.10.1
piprot==0.9.7 piprot==0.9.7
python-vagrant==0.5.14 python-vagrant==0.5.14
docker-py==1.10.6 docker-py==1.10.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment