- 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