Skip to content

Releases: linux-system-roles/nbde_server

Version 1.2.0

01 Nov 20:27
4af63e9
Compare
Choose a tag to compare

[1.2.0] - 2022-11-01

New Features

  • Add support for custom ports (#38)

  • Introduce nbde_server_manage_firewall and nbde_server_manage_selinux
    to manage the custom ports implemented in "Add support for custom
    ports (#38)"

  • If nbde_server_manage_firewall is set to true, use the firewall
    role to manage the nbde server port.

  • If nbde_server_manage_selinux is set to true, use the selinux
    role to manage the nbde server port.

Bug Fixes

  • none

Other Changes

  • none

Version 1.1.5

21 Jul 01:04
7a5863f
Compare
Choose a tag to compare

[1.1.5] - 2022-07-19

New Features

  • none

Bug Fixes

  • none

Other Changes

  • make all tests work with gather_facts: false (#55)

Ensure the test works when using ANSIBLE_GATHERING=explicit

  • make min_ansible_version a string in meta/main.yml (#56)

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 (#57)

bump tox-lsr version to 2.11.0; remove py37; add py310 (#54)

16 May 18:47
158931d
Compare
Choose a tag to compare

[citest skip] bump tox-lsr version to 2.11.0; remove py37; add py310 (#54)

tox-lsr version 2.11.0 has support for collection-requirements.yml,
runqemu improvements, and support for python 3.10

python 3.7 is not used on any supported platform, so remove it

Signed-off-by: Rich Megginson [email protected]

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

25 Apr 20:18
cc453ea
Compare
Choose a tag to compare

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

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.

remove recursive role symlink in tests/roles

11 Jan 13:47
401ce61
Compare
Choose a tag to compare

update tox-lsr version to 2.8.0 (#47)

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 [email protected]

change recursive role symlink to individual role dir symlinks (#48)

Signed-off-by: Rich Megginson [email protected]

bump tox-lsr version to 2.8.3 (#49)

Signed-off-by: Rich Megginson [email protected]

test with ansible 2.12; fix linter issues

08 Nov 20:56
7abb05f
Compare
Choose a tag to compare

use tox-lsr version 2.5.1 (#43)

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 [email protected]

fix python black issues (#42)

use apt-get install -y (#41)

Signed-off-by: Rich Megginson [email protected]

make role work with ansible-core-2.11 ansible-lint and ansible-test (#44)

support python 39, ansible-core 2.12, ansible-plugin-scan (#45)

update tox-lsr version to 2.7.1 (#46)

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 [email protected]

drop support for ansible 2.8

12 Aug 16:24
Compare
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

Fix lint issues; support EL 9 managed hosts

26 May 20:53
c57d0b1
Compare
Choose a tag to compare

Fix lint issues

support EL 9 managed hosts

make tests work with jinja 2.7

22 Feb 21:51
4b00149
Compare
Choose a tag to compare

make tests work with jinja 2.7

Changes to support conversion to collections

19 Nov 20:10
2de7774
Compare
Choose a tag to compare

This contains changes to support conversion to collection as well as some tox/travis fixes. No functionality changes.