- [DEPRECATED] Sync with
docker --init
, use tini instead - Upgrade minimal Molecule support to 3.0.2
- Migrate role name to lowercase or underline
- Migrate group name to lowercase or underline
- Migrate molecule
group_vars
to file - Consolidate molecule tests into
default
(noop) - Download archives to
{{ ansible_user_dir }}/.ansible/tmp
- Migrate molecule driver to Libvirt
- Migrate molecule verifier to Ansible
- Support Ubuntu 19.10
- Default
interpreter_python
withpython3
- Bugfix
python3-xml
not exists for openSUSE Leap 15.1
- Upgrade minimal Ansible support to 2.9.0
- Upgrade Travis CI test as Ubuntu Bionic based
- Support openSUSE Leap 15.1
- Default with Python 3
- Revamp molecule test with vagrant
- Run molecule test manually on Travis CI
- Update for RHEL 7
- Add Vagrant test for RHEL 7
- Download archives to
/var/cache/ansible
- Upgrade packages if archives not found from
/var/cache/ansible
- Update LXD test profile for Kubernetes v1.15.0 support
- Add dummy tasks and vars placeholder for multi OS support
- Fix molecule
group_vars
with links - Replace
with_items
withloop
- Replace
with_dict
withvar
- Replace
with_first_found
withlookup('first_found')
- Always include default variables from
vars/main.yml
- Always use
become: true
with molecule, especially for vagrant - Abstract archive download checksum with multiple version support
- Upgrade minimal Ansible support to 2.8.0
- Refine Travis CI Molecue test cases
- Pre-download archives with checksum
- Run test with
travis_wait 120
- Rollback to direct download binary, skip python dependency
- Add openSUSE Leap 15 support
- Remove CentOS 6 support
- Porting test to Molecule based
- Minor typo fix
- CI with yamllint, ansible-lint and ansible-playbook --syntax-check
- CI with LXD, improve systemd support
- Use shell only when shell functionality is required
- Install dumb-init from PIP, simplify upgrade path
- Upgrade Ansible support to 2.6 or higher
- Support both Ubuntu 16.04/18.04 and RHEL/CentOS 6/7
- Upgrade dumb-init to v1.2.2
- Update Travis CI test plan
- Install dumb-init on Ubuntu 16.04/14.04 and CentOS 7/6 from source
- Update test cases
- Ininitial release for Ansible 2.4
- Support both Ubuntu 16.04/14.04 or RHEL/CentOS 7/6