- none
- none
- ansible-lint 6.x fixes
- Add check for non-inclusive language
- CHANGELOG.md - cleanup non-inclusive words.
- none
- none
- make min_ansible_version a string in meta/main.yml (#104)
The Ansible developers say that min_ansible_version
in meta/main.yml
must be a string
value like "2.9"
, not a float
value like 2.9
.
- Add CHANGELOG.md (#105)
- none
- none
- bump tox-lsr version to 2.11.0; remove py37; add py310
- support gather_facts: false; support setup-snapshot.yml
- none
- bump tox-lsr version to 2.10.1
- use kdumpctl reset-crashkernel on rhel9
- none
- bump tox-lsr version to 2.9.1
- none
- none
- bump tox-lsr version to 2.8.3
- change recursive role symlink to individual role dir symlinks
- Add reboot required
- none
- update tox-lsr version to 2.8.0
- none
- none
- update tox-lsr version to 2.7.1
- support python 39, ansible-core 2.12, ansible-plugin-scan
- none
- Use {{ ansible_managed | comment }} to fix multi-line ansible_managed
- remove authorized_key; use ansible builtins
- use apt-get install -y
- use tox-lsr version 2.5.1
- Drop support for Ansible 2.8 by bumping the Ansible version to 2.9
- none
- none
- use localhost if no SSH_CONNECTION env. var.
- none
- none
- Add
KDUMP_BOOTDIR="/boot"
to/etc/sysconfig/kdump
for RedHat oses <7 - Copy the dump target's public host key to the managed node known_hosts.
- Cleaning up ansible-lint errors
- fixing ansible-test errors
- Avoid bare variable in when and the resulting warning.
- Remove python-26 environment from tox testing
- update to tox-lsr 2.4.0 - add support for ansible-test with docker
- Add tags to tests
- CI: Add support for RHEL-9
- Add centos8
- Get rid of the extra final newline in string
- Fix centos6 repos; use standard centos images
- use tox-lsr 2.2.0
- use molecule v3, drop v2 - use tox-lsr 2.1.2
- remove ansible 2.7 support from molecule
- use tox for ansible-lint instead of molecule
- use new tox-lsr plugin
- disable yamllint line-length checks
- disable line-length
- add shellcheck,collection
- use github actions instead of travis
- none
- none
- lock ansible-lint version at 4.3.5; suppress role name lint warning
- sync collections related changes from template to kdump role
- collections prep - use FQRN
- Synchronize files from linux-system-roles/template
- Rename 'dump_target.kind' to 'type' in conf template.
- Fix lint errors, fix checkmode
- Synchronize files from linux-system-roles/template
- use molecule v2
- Run tests in wrappers
- Configure Molecule and Travis CI