Releases: linux-system-roles/ssh
support gather_facts: false; support setup-snapshot.yml (#71) (#34)
support gather_facts: false; support setup-snapshot.yml (#71) (#34)
- support gather_facts: false; support setup-snapshot.yml (#71)
Some users use gather_facts: false in their playbooks. This changes
the role to work in that case, by gathering only the facts it requires
to run.
CI testing can be sped up by creating a snapshot image pre-installed
with packages. tests/setup-snapshot.yml can be used by a CI system
to do this.
- only test tests/tests_*.yml
remove recursive role symlink in tests/roles
change recursive role symlink to individual role dir symlinks
Signed-off-by: Rich Megginson rmeggins@redhat.com
bump tox-lsr version to 2.8.3
Signed-off-by: Rich Megginson rmeggins@redhat.com
Add a new configuration options from OpenSSH 8.7p1; fix ansible_managed macro
update tox-lsr version to 2.8.0
New version adds check for proper commenting of the ansible_managed var
Signed-off-by: Sergei Petrosian spetrosi@redhat.com
Run the new tox test
Signed-off-by: Sergei Petrosian spetrosi@redhat.com
Fix ansible_managed macro also in the source template
Add a new configuration options from OpenSSH 8.7p1
test with ansible 2.12; ensure openssh client is installed for tests
tests: Make sure openssh client package is installed before trying to use manual page for ssh_config
support python 39, ansible-core 2.12, ansible-plugin-scan
update tox-lsr version to 2.7.1
update the tox-lsr version used in github actions tox CI
to 2.7.1
The only difference between this an 2.7.0 is that Ansible 2.12
is now GA.
Signed-off-by: Rich Megginson rmeggins@redhat.com
Use {{ ansible_managed | comment }} to fix multi-line ansible_managed
use tox-lsr version 2.5.1
This version removes support for molecule until we can figure out
what to do about molecule. This should make all of the tox tests
pass (except for python 2.6).
Signed-off-by: Rich Megginson rmeggins@redhat.com
use apt-get install -y
Signed-off-by: Rich Megginson rmeggins@redhat.com
Use {{ ansible_managed | comment }} to fix multi-line ansible_managed
BZ#2006230, BZ#2006231, BZ#2006233
drop support for ansible 2.8
Drop support for Ansible 2.8 by bumping the Ansible version to 2.9
min_ansible_version is now 2.9
Bug 1989197 - drop support for Ansible 2.8
https://bugzilla.redhat.com/show_bug.cgi?id=1989197
Clean up Ansible 2.8 CI configuration entries
Addition to #16
Support OpenSSH 8.6; fix variable usage
Fix variable precedence when invoked through roles
Make vars defined in vars/*.yml private to the role and
denote by double underscore __.
Test invocation through role
Avoid comparison with true value in templates
Update configuration options list for OpenSSH 8.6
Fix lint issues; support EL 9 managed hosts
Fix lint issues
support EL 9 managed hosts
Initial release
Initial release