diff --git a/.kitchen.yml b/.kitchen.yml index b93541c..68564a6 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -8,16 +8,15 @@ provisioner: name: ansible_playbook hosts: localhost require_ansible_repo: false - require_ansible_omnibus: true + require_ansible_omnibus: false require_chef_for_busser: true ansible_verbose: false - ansible_version: <% if ENV['ANSIBLE_VERSION'] %><%= ENV['ANSIBLE_VERSION'] %><% else %><%= '2.2.3.0' %><% end %> ansible_inventory: ./test/integration/inventory platforms: - name: debian-9 driver_config: - image: nishiki/ansible:stretch + image: nishiki/debian9:ansible-<%= ENV['ANSIBLE_VERSION'] ? ENV['ANSIBLE_VERSION'] : '2.6' %> command: /bin/systemd volume: - /sys/fs/cgroup:/sys/fs/cgroup:ro diff --git a/.travis.yml b/.travis.yml index 9cea369..b5e2eb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,9 @@ sudo: required language: ruby env: - - ANSIBLE_VERSION=2.2.3.0 - - ANSIBLE_VERSION=2.3.3.0 - - ANSIBLE_VERSION=2.4.3.0 - - ANSIBLE_VERSION=2.5.0.0 + - ANSIBLE_VERSION=2.4 + - ANSIBLE_VERSION=2.5 + - ANSIBLE_VERSION=2.6 services: - docker diff --git a/README.md b/README.md index 378130e..cb05ec0 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,9 @@ Install and configure bind with dnssec ## Requirements - * bind version >= 9.8 - -## Official support OS - -* Debian - * stretch - * jessie - -This role can work on Debian derived OS, but it's not our priority. +* Ansible >= 2.4 +* bind version >= 9.8 +* Debian Stretch ## Role variables diff --git a/meta/main.yml b/meta/main.yml index 5a7d051..e371734 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -2,12 +2,11 @@ galaxy_info: author: Adrien Waksberg description: Install and configure bind9 with dnssec license: Apache2 - min_ansible_version: 2.2 + min_ansible_version: 2.4 platforms: - name: Debian versions: - - jessie - stretch galaxy_tags: