Skip to content

Releases: linux-system-roles/ssh

support gather_facts: false; support setup-snapshot.yml (#71) (#34)

25 Apr 20:36
1f3d951

Choose a tag to compare

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

11 Jan 16:15
c133131

Choose a tag to compare

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

06 Dec 21:20
ab6e7ec

Choose a tag to compare

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

08 Nov 21:09
11e3b14

Choose a tag to compare

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

05 Oct 15:58
c920957

Choose a tag to compare

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

12 Aug 16:29
9694433

Choose a tag to compare

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

21 Jun 17:17

Choose a tag to compare

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

26 May 21:11

Choose a tag to compare

Fix lint issues

support EL 9 managed hosts

Initial release

22 Feb 22:01

Choose a tag to compare

Initial release