- fix: Workaround for CentOS 10 issues in openssh (#167)
- ci: Use Fedora 41, drop Fedora 39 (#165)
- ci: Use Fedora 41, drop Fedora 39 - part two (#166)
- ci: Add workflow for ci_test bad, use remote fmf plan (#157)
- ci: Fix missing slash in ARTIFACTS_URL (#158)
- ci: Add tags to TF workflow, allow more [citest bad] formats (#159)
- ci: ansible-test action now requires ansible-core version (#160)
- ci: add YAML header to github action workflow files (#161)
- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#163)
- Handle reboot for transactional update systems (#151)
- ci: Add tft plan and workflow (#152)
- ci: Update fmf plan to add a separate job to prepare managed nodes (#154)
- ci: Bump sclorg/testing-farm-as-github-action from 2 to 3 (#155)
- fix: add support for EL10 (#149)
- ci: ansible-lint action now requires absolute directory (#148)
- feat: Add new configuration options and remove false positives in the test (#142)
- ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#141)
- ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#144)
- ci: Add supported_ansible_also to .ansible-lint (#145)
- ci: fix python unit test - copy pytest config to tests/unit (#137)
- ci: Bump ansible/ansible-lint from 6 to 24 (#138)
- ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#139)
- ci: support ansible-lint and ansible-test 2.16 (#133)
- ci: Use supported ansible-lint action; run ansible-lint against the collection (#134)
- ci: Run Fedora/CentOS CI in GH Actions + unbreak debian buster CI run (#135)
- fix: Fix warning for using jinja templates in assert (#131)
- ci: Add ALP-Dolomite var file (#123)
- ci: bump actions/github-script from 6 to 7 (#129)
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#130)
- feat: support for ostree systems (#124)
- ci: fix ansible-lint issue in tests_user_config.yml (#125)
- tests: Ensure backup/restore preserves file attributes (#126)
- build(deps): bump actions/checkout from 3 to 4 (#113)
- ci: ensure dependabot git commit message conforms to commitlint (#116)
- ci: use dump_packages.py callback to get packages used by role (#118)
- ci: tox-lsr version 3.1.1 (#120)
- ci: Fix implicit octal value in main.yml (#121)
-
ci: Add markdownlint, test_html_build, and build_docs workflows (#108)
- markdownlint runs against README.md to avoid any issues with converting it to HTML
- test_converting_readme converts README.md > HTML and uploads this test artifact to ensure that conversion works fine
- build_docs converts README.md > HTML and pushes the result to the docs branch to publish dosc to GitHub pages site.
- Fix markdown issues in README.md
Signed-off-by: Sergei Petrosian [email protected]
-
docs: Make badges consistent, run markdownlint on all .md files (#109)
- 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 (#110)
- Remove thematic break after badges
- Remove badges from README.md prior to converting to HTML
Signed-off-by: Sergei Petrosian [email protected]
- fix: Fix rendering Match/Host defaults when user provides their own (#104)
- fix: facts being gathered unnecessarily (#106)
- docs: note on default config in case of drop-in support (#103)
- ci: ansible-lint - ignore var-naming[no-role-prefix] (#105)
- feat: add ssh_backup option with default true (#91)
- ci: Add pull request template and run commitlint on PR title only (#99)
- ci: Rename commitlint to PR title Lint, echo PR titles from env var (#101)
- docs: Consistent contributing.md for all roles - allow role specific contributing.md section
- docs: remove unused Dependencies section in README
- ci: Add commitlint GitHub action to ensure conventional commits
- ci: Remove Debian stretch (9)
- test: check generated files for ansible_managed, fingerprint
- ansible-lint - use changed_when for conditional tasks (#84)
- Proper indent when lists are used in block (#80)
- add vars files for Rocky 8/9 (links) (#81)
- fix shellcheck issues; fix ansible-lint issues in generation (#69)
- Add check for non-inclusive language (#64)
- Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#78)
- Fingerprint RHEL System Role managed config files (#79)
- none
- ansible-lint 6.x fixes (#60)
- none
- Add final version of the option RequiredRSASize (#53)
Update source template to match generated template
Add final name of the RequiredRSASize parameter
keeping the old version for backward compatibility.
Upstream commit: https://github.com/openssh/openssh-portable/commit/54b333d1
- none
- none
- none
- cast value to string in jinja macro (#50)
Some versions of jinja will not automatically convert values to
string in a {{ ... }}
block, so use | string
to ensure that
it is converted to string.
- none
- add RSAMinSize parameter (#45)
- none
- changelog_to_tag action - github action ansible test improvements (#46)
- none
- none
- make all tests work with gather_facts: false (#39)
Ensure that all of the tests work when using ANSIBLE_GATHERING=explicit
- make min_ansible_version a string in meta/main.yml (#40)
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 (#41)
- none
- none
- Update CI and docs
- none
- none
- bump tox-lsr version to 2.11.0; remove py37; add py310
- Fix Debian and Ubuntu CI
- support gather_facts: false; support setup-snapshot.yml
- none
- bump tox-lsr version to 2.10.1
- none
- none
- bump tox-lsr version to 2.8.3
- change recursive role symlink to individual role dir symlinks
- Add new configuration options from Openssh 8.7p1
- none
- Run the new tox test
- update tox-lsr version to 2.8.0
- support python 39, ansible-core 2.12, ansible-plugin-scan
- none
- update tox-lsr version to 2.7.1
- tests: Make sure openssh client package is installed before trying to use manual page for ssh_config
- none
- Use {{ ansible_managed | comment }} to fix multi-line ansible_managed
- 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
- Clean up Ansible 2.8 CI configuration entries
- none
- Fix variable precedence for ssh_drop_in_name
- none
- none
- Fix ansible-test errors
- README: Fix ssh_drop_in_name option description
- Remove python-26 environment from tox testing
- update to tox-lsr 2.4.0 - add support for ansible-test with docker
- CI: Add support for RHEL-9