- ci: Add tft plan and workflow (#208)
- ci: Update fmf plan to add a separate job to prepare managed nodes (#210)
- ci: bump sclorg/testing-farm-as-github-action from 2 to 3 (#211)
- ci: Add workflow for ci_test bad, use remote fmf plan (#212)
- ci: Fix missing slash in ARTIFACTS_URL (#213)
- ci: Add tags to TF workflow, allow more [citest bad] formats (#214)
- ci: ansible-test action now requires ansible-core version (#215)
- ci: add YAML header to github action workflow files (#216)
- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#218)
- fix: el10 kdump role should depend on kdump-utils (#204)
- fix: add support for EL10 (#206)
- ci: ansible-lint action now requires absolute directory (#205)
- ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#199)
- ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#201)
- ci: Add supported_ansible_also to .ansible-lint (#202)
- ci: fix python unit test - copy pytest config to tests/unit (#195)
- ci: bump ansible/ansible-lint from 6 to 24 (#196)
- ci: bump mathieudutour/github-tag-action from 6.1 to 6.2 (#197)
- ci: support ansible-lint and ansible-test 2.16 (#192)
- ci: Use supported ansible-lint action; run ansible-lint against the collection (#193)
- ci: bump actions/github-script from 6 to 7 (#189)
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#190)
- test: clean up kdump_path (#187)
- refactor: improve support for ostree systems (#185)
- feat: support for ostree systems (#182)
- build(deps): bump actions/checkout from 3 to 4 (#173)
- ci: ensure dependabot git commit message conforms to commitlint (#176)
- ci: use dump_packages.py callback to get packages used by role (#178)
- ci: tox-lsr version 3.1.1 (#180)
- fix: retry read of kexec_crash_size (#169)
- test: delete kdump user last, retry until success (#171)
-
docs: Make badges consistent, run markdownlint on all .md files (#167)
- Consistently generate badges for GH workflows in README RHELPLAN-146921
- Run markdownlint on all .md files
- Add custom-woke-action if not used already
- Rename woke action to Woke for a pretty badge
Signed-off-by: Sergei Petrosian [email protected]
-
ci: Remove badges from README.md prior to converting to HTML (#168)
- Remove thematic break after badges
- Remove badges from README.md prior to converting to HTML
Signed-off-by: Sergei Petrosian [email protected]
- fix: ensure .ssh directory exists for kdump_ssh_user on kdump_ssh_server (#164)
- fix: Ensure authorized_keys management works with multiple hosts (#165)
- fix: do not fail if authorized_keys not found (#161)
- fix: Write new authorized_keys if needed is not idempotent (#162)
- ci: Add markdownlint, test_converting_readme, and build_docs workflows (#160)
- test: call handlers to refresh kdump before calling role again (#158)
- fix: use failure_action instead of default on EL9 and later (#155)
- test: add test for failure_action (#156)
- fix: facts being gathered unnecessarily (#152)
- ci: Rename commitlint to PR title Lint, echo PR titles from env var (#150)
- ci: ansible-lint - ignore var-naming[no-role-prefix] (#151)
- ci: Add pull request template and run commitlint on PR title only (#147)
- test: add test for crashkernel, dracut settings (#148)
- feat: Add support for auto_reset_crashkernel and dracut_args
- fix: do not use /etc/sysconfig/kdump
- fix: use grubby to update crashkernel=auto if needed
- docs: Consistent contributing.md for all roles - allow role specific contributing.md section
- test: check generated files for ansible_managed, fingerprint
- ci: Add commitlint GitHub action to ensure conventional commits with feedback
- ansible-lint - use changed_when even for conditional execution (#138)
- Use ansible_os_family in template (#133)
- Remove unused test script "semaphore" (#131)
- Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#134)
- Fingerprint RHEL System Role managed config files (#136)
- 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