chore: use new docker image for the tests
This commit is contained in:
parent
3626c87d39
commit
6c2e7d3dfd
4 changed files with 9 additions and 18 deletions
|
@ -8,16 +8,15 @@ provisioner:
|
||||||
name: ansible_playbook
|
name: ansible_playbook
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
require_ansible_repo: false
|
require_ansible_repo: false
|
||||||
require_ansible_omnibus: true
|
require_ansible_omnibus: false
|
||||||
require_chef_for_busser: true
|
require_chef_for_busser: true
|
||||||
ansible_verbose: false
|
ansible_verbose: false
|
||||||
ansible_version: <% if ENV['ANSIBLE_VERSION'] %><%= ENV['ANSIBLE_VERSION'] %><% else %><%= '2.2.3.0' %><% end %>
|
|
||||||
ansible_inventory: ./test/integration/inventory
|
ansible_inventory: ./test/integration/inventory
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: debian-9
|
- name: debian-9
|
||||||
driver_config:
|
driver_config:
|
||||||
image: nishiki/ansible:stretch
|
image: nishiki/debian9:ansible-<%= ENV['ANSIBLE_VERSION'] ? ENV['ANSIBLE_VERSION'] : '2.6' %>
|
||||||
command: /bin/systemd
|
command: /bin/systemd
|
||||||
volume:
|
volume:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
|
|
|
@ -2,10 +2,9 @@ sudo: required
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- ANSIBLE_VERSION=2.2.3.0
|
- ANSIBLE_VERSION=2.4
|
||||||
- ANSIBLE_VERSION=2.3.3.0
|
- ANSIBLE_VERSION=2.5
|
||||||
- ANSIBLE_VERSION=2.4.3.0
|
- ANSIBLE_VERSION=2.6
|
||||||
- ANSIBLE_VERSION=2.5.0.0
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
|
10
README.md
10
README.md
|
@ -7,15 +7,9 @@ Install and configure bind with dnssec
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
* Ansible >= 2.4
|
||||||
* bind version >= 9.8
|
* bind version >= 9.8
|
||||||
|
* Debian Stretch
|
||||||
## Official support OS
|
|
||||||
|
|
||||||
* Debian
|
|
||||||
* stretch
|
|
||||||
* jessie
|
|
||||||
|
|
||||||
This role can work on Debian derived OS, but it's not our priority.
|
|
||||||
|
|
||||||
## Role variables
|
## Role variables
|
||||||
|
|
||||||
|
|
|
@ -2,12 +2,11 @@ galaxy_info:
|
||||||
author: Adrien Waksberg
|
author: Adrien Waksberg
|
||||||
description: Install and configure bind9 with dnssec
|
description: Install and configure bind9 with dnssec
|
||||||
license: Apache2
|
license: Apache2
|
||||||
min_ansible_version: 2.2
|
min_ansible_version: 2.4
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- jessie
|
|
||||||
- stretch
|
- stretch
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
|
|
Loading…
Reference in a new issue