Ansible role to provision a zone on OpenIndiana
Olaf Bohlen
2020-08-19 9cdfbbe9c20da1bc65a3c46dca97b3933990f924
commit | author | age
9cdfbb 1 ---
OB 2 language: python
3 python: "2.7"
4
5 # Use the new container infrastructure
6 sudo: false
7
8 # Install ansible
9 addons:
10   apt:
11     packages:
12     - python-pip
13
14 install:
15   # Install ansible
16   - pip install ansible
17
18   # Check ansible version
19   - ansible --version
20
21   # Create ansible.cfg with correct roles_path
22   - printf '[defaults]\nroles_path=../' >ansible.cfg
23
24 script:
25   # Basic role syntax check
26   - ansible-playbook tests/test.yml -i tests/inventory --syntax-check
27
28 notifications:
29   webhooks: https://galaxy.ansible.com/api/v1/notifications/