test: use ansible 2.9 and python3

This commit is contained in:
Adrien Waksberg 2020-02-12 22:01:02 +01:00
parent 293dd115d1
commit 7e7d5ad22a
8 changed files with 92 additions and 53 deletions

View file

@ -16,13 +16,13 @@ provisioner:
ansible_vault_password_file: ./test/integration/vault ansible_vault_password_file: ./test/integration/vault
platforms: platforms:
- name: debian-9 - name: debian-10
driver_config: driver_config:
image: "nishiki/debian9:ansible-<%= ENV['ANSIBLE_VERSION'] ? ENV['ANSIBLE_VERSION'] : '2.7' %>" image: "nishiki/debian10:ansible-<%= ENV['ANSIBLE_VERSION'] ? ENV['ANSIBLE_VERSION'] : '2.9' %>"
command: /bin/systemd command: /bin/systemd
volume: volume:
- /sys/fs/cgroup:/sys/fs/cgroup:ro - /sys/fs/cgroup:/sys/fs/cgroup:ro
security_opt: seccomp=unconfined privileged: cap-add=SYS_ADMIN
suites: suites:
- name: bind - name: bind

View file

@ -4,8 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/) Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased] ## [Unreleased]
- feat: add support debian 10
- break: change with_items to loop - break: change with_items to loop
- break: remove support ansible < 2.6 - break: remove support ansible < 2.7
- test: add test with ansible 2.7 - test: add test with ansible 2.7
- test: add ansible-lint - test: add ansible-lint

View file

@ -1,44 +1,56 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
ast (2.3.0) ast (2.4.0)
builder (3.2.3) bcrypt_pbkdf (1.0.1)
erubis (2.7.0) builder (3.2.4)
ffi (1.9.18) ed25519 (1.2.4)
gssapi (1.2.0) equatable (0.6.1)
erubi (1.9.0)
ffi (1.12.2)
gssapi (1.3.0)
ffi (>= 1.0.1) ffi (>= 1.0.1)
gyoku (1.3.1) gyoku (1.3.1)
builder (>= 2.1.2) builder (>= 2.1.2)
httpclient (2.8.3) httpclient (2.8.3)
kitchen-ansible (0.47.5) kitchen-ansible (0.50.1)
net-ssh (>= 3) net-ssh (>= 3)
test-kitchen (~> 1.4) test-kitchen (>= 1.4)
kitchen-docker_cli (0.18.0) kitchen-docker_cli (0.19.0)
test-kitchen (>= 1.3) test-kitchen (>= 1.3)
license-acceptance (1.0.13)
pastel (~> 0.7)
tomlrb (~> 1.2)
tty-box (~> 0.3)
tty-prompt (~> 0.18)
little-plugger (1.1.4) little-plugger (1.1.4)
logging (2.2.2) logging (2.2.2)
little-plugger (~> 1.1) little-plugger (~> 1.1)
multi_json (~> 1.10) multi_json (~> 1.10)
mixlib-install (3.6.0) mixlib-install (3.11.26)
mixlib-shellout mixlib-shellout
mixlib-versioning mixlib-versioning
thor thor
mixlib-shellout (2.3.2) mixlib-shellout (3.0.9)
mixlib-versioning (1.2.2) mixlib-versioning (1.2.12)
multi_json (1.12.2) multi_json (1.14.1)
net-scp (1.2.1) necromancer (0.5.1)
net-ssh (>= 2.6.5) net-scp (2.0.0)
net-ssh (4.2.0) net-ssh (>= 2.6.5, < 6.0.0)
net-ssh-gateway (1.3.0) net-ssh (5.2.0)
net-ssh (>= 2.6.5) net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
nori (2.6.0) nori (2.6.0)
parallel (1.12.0) parallel (1.19.1)
parser (2.4.0.0) parser (2.7.0.2)
ast (~> 2.2) ast (~> 2.4.0)
powerpack (0.1.1) pastel (0.7.3)
equatable (~> 0.6)
tty-color (~> 0.5)
powerpack (0.1.2)
rainbow (2.2.2) rainbow (2.2.2)
rake rake
rake (12.1.0) rake (13.0.1)
rubocop (0.50.0) rubocop (0.50.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0) parser (>= 2.3.3.1, < 3.0)
@ -46,40 +58,65 @@ GEM
rainbow (>= 2.2.2, < 3.0) rainbow (>= 2.2.2, < 3.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1) unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0) ruby-progressbar (1.10.1)
rubyntlm (0.6.2) rubyntlm (0.6.2)
rubyzip (1.2.1) rubyzip (2.2.0)
safe_yaml (1.0.4) strings (0.1.8)
test-kitchen (1.18.0) strings-ansi (~> 0.1)
unicode-display_width (~> 1.5)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
test-kitchen (2.3.4)
bcrypt_pbkdf (~> 1.0)
ed25519 (~> 1.2)
license-acceptance (~> 1.0, >= 1.0.11)
mixlib-install (~> 3.6) mixlib-install (~> 3.6)
mixlib-shellout (>= 1.2, < 3.0) mixlib-shellout (>= 1.2, < 4.0)
net-scp (~> 1.1) net-scp (>= 1.1, < 3.0)
net-ssh (>= 2.9, < 5.0) net-ssh (>= 2.9, < 6.0)
net-ssh-gateway (~> 1.2) net-ssh-gateway (>= 1.2, < 3.0)
safe_yaml (~> 1.0) thor (~> 0.19)
thor (~> 0.19, < 0.19.2)
winrm (~> 2.0) winrm (~> 2.0)
winrm-elevated (~> 1.0) winrm-elevated (~> 1.0)
winrm-fs (~> 1.0.2) winrm-fs (~> 1.1)
thor (0.19.1) thor (0.20.3)
unicode-display_width (1.3.0) tomlrb (1.2.9)
winrm (2.2.3) tty-box (0.5.0)
pastel (~> 0.7.2)
strings (~> 0.1.6)
tty-cursor (~> 0.7)
tty-color (0.5.1)
tty-cursor (0.7.1)
tty-prompt (0.20.0)
necromancer (~> 0.5.0)
pastel (~> 0.7.0)
tty-reader (~> 0.7.0)
tty-reader (0.7.0)
tty-cursor (~> 0.7)
tty-screen (~> 0.7)
wisper (~> 2.0.0)
tty-screen (0.7.1)
unicode-display_width (1.6.1)
unicode_utils (1.4.0)
winrm (2.3.4)
builder (>= 2.1.2) builder (>= 2.1.2)
erubis (~> 2.7) erubi (~> 1.8)
gssapi (~> 1.2) gssapi (~> 1.2)
gyoku (~> 1.0) gyoku (~> 1.0)
httpclient (~> 2.2, >= 2.2.0.2) httpclient (~> 2.2, >= 2.2.0.2)
logging (>= 1.6.1, < 3.0) logging (>= 1.6.1, < 3.0)
nori (~> 2.0) nori (~> 2.0)
rubyntlm (~> 0.6.0, >= 0.6.1) rubyntlm (~> 0.6.0, >= 0.6.1)
winrm-elevated (1.1.0) winrm-elevated (1.2.1)
erubi (~> 1.8)
winrm (~> 2.0) winrm (~> 2.0)
winrm-fs (~> 1.0) winrm-fs (~> 1.0)
winrm-fs (1.0.2) winrm-fs (1.3.4)
erubis (~> 2.7) erubi (~> 1.8)
logging (>= 1.6.1, < 3.0) logging (>= 1.6.1, < 3.0)
rubyzip (~> 1.1) rubyzip (~> 2.0)
winrm (~> 2.0) winrm (~> 2.0)
wisper (2.0.1)
PLATFORMS PLATFORMS
ruby ruby
@ -91,4 +128,4 @@ DEPENDENCIES
test-kitchen test-kitchen
BUNDLED WITH BUNDLED WITH
1.14.6 1.17.3

View file

@ -7,9 +7,9 @@ Install and configure bind with dnssec
## Requirements ## Requirements
* Ansible >= 2.6 * Ansible >= 2.7
* bind version >= 9.8 * bind version >= 9.8
* Debian Stretch * Debian Stretch and Buster
## Role variables ## Role variables

View file

@ -4,12 +4,13 @@ galaxy_info:
company: Adrien Waksberg company: Adrien Waksberg
description: Install and configure bind9 with dnssec description: Install and configure bind9 with dnssec
license: Apache2 license: Apache2
min_ansible_version: 2.6 min_ansible_version: 2.7
platforms: platforms:
- name: Debian - name: Debian
versions: versions:
- stretch - stretch
- buster
galaxy_tags: galaxy_tags:
- bind - bind

View file

@ -28,7 +28,7 @@ $TTL {{ item.value.ttl|default(3600) }}
{% endfor %} {% endfor %}
{% if item.key in bind_dnssec %} {% if item.key in bind_dnssec %}
{% for key_type, key_values in bind_dnssec[item.key].iteritems() %} {% for key_type, key_values in bind_dnssec[item.key].items() %}
$INCLUDE K{{ item.key }}.+{{ "00{}".format(key_values.algorithm)[-3:] }}+{{ key_values.tag }}.key $INCLUDE K{{ item.key }}.+{{ "00{}".format(key_values.algorithm)[-3:] }}+{{ key_values.tag }}.key
{% endfor %} {% endfor %}
{% endif %} {% endif %}

View file

@ -1,5 +1,5 @@
# {{ ansible_managed }} # {{ ansible_managed }}
{% for zone, value in bind_zones.iteritems() %} {% for zone, value in bind_zones.items() %}
{% if 'state' not in value or value.state|lower not in ['disabled', 'absent'] %} {% if 'state' not in value or value.state|lower not in ['disabled', 'absent'] %}
zone "{{ zone }}" IN { zone "{{ zone }}" IN {
@ -19,7 +19,7 @@ zone "{{ zone }}" IN {
{% endif %} {% endif %}
}; };
{% if 'options' in value %} {% if 'options' in value %}
{% for option, opt_value in value.options.iteritems() %} {% for option, opt_value in value.options.items() %}
{{ option }} {% if opt_value == True %}yes{% elif opt_value == False %}no{% else %}{{ opt_value }}{% endif %}; {{ option }} {% if opt_value == True %}yes{% elif opt_value == False %}no{% else %}{{ opt_value }}{% endif %};
{% endfor %} {% endfor %}
{% endif %} {% endif %}

View file

@ -11,7 +11,7 @@ options {
listen-on { {% if bind_listen_ipv4 %}any{% else %}none{% endif %}; }; listen-on { {% if bind_listen_ipv4 %}any{% else %}none{% endif %}; };
listen-on-v6 { {% if bind_listen_ipv6 %}any{% else %}none{% endif %}; }; listen-on-v6 { {% if bind_listen_ipv6 %}any{% else %}none{% endif %}; };
{% for option, value in bind_options.iteritems() %} {% for option, value in bind_options.items() %}
{{ option }} {% if value == True %}yes{% elif value == False %}no{% else %}{{ value }}{% endif %}; {{ option }} {% if value == True %}yes{% elif value == False %}no{% else %}{{ value }}{% endif %};
{% endfor %} {% endfor %}