Releases: linux-system-roles/nbde_server
Version 1.2.0
[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
[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)
[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)
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
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
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
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
Fix lint issues
support EL 9 managed hosts
make tests work with jinja 2.7
make tests work with jinja 2.7
Changes to support conversion to collections
This contains changes to support conversion to collection as well as some tox/travis fixes. No functionality changes.