Changeset - 25e6dc6424c2
[Not reviewed]
0 5 0
Branko Majic (branko) - 2 months ago 2024-03-04 22:07:14
branko@majic.rs
MAR-192: Get rid of the dnspython requirement, and document netaddr requirement:

- This is the result of previous deprecation of using resolvable names
for setting-up the list of allowed incoming connections when in
maintenance mode.
5 files changed with 9 insertions and 9 deletions:
0 comments (0 inline, 0 general)
docs/about.rst
Show inline comments
 
@@ -17,9 +17,9 @@ supported releases, see :ref:`rolereference`.
 
At the moment, the roles have been written for and tested against **Ansible
 
2.9.x**.
 

	
 
The role also utilises the ``dig`` lookup plugin which requires ``dnspython``
 
package to be installed. Make sure you have the package available on controller
 
machine.
 
The role also utilises the ``ipv4/ipv6`` lookup plugins which require
 
``netaddr`` package to be installed. Make sure you have the package
 
available on controller machine.
 

	
 

	
 
Why were these roles created?
docs/index.rst
Show inline comments
 
@@ -17,9 +17,9 @@ supported releases, see :ref:`rolereference`.
 
At the moment, the roles have been written for and tested against **Ansible
 
2.9.x**.
 

	
 
The role also utilises the ``dig`` lookup plugin which requires ``dnspython``
 
package to be installed. Make sure you have the package available on controller
 
machine.
 
The role also utilises the ``ipv4/ipv6`` lookup plugins which require
 
``netaddr`` package to be installed. Make sure you have the package
 
available on controller machine.
 

	
 

	
 
Contents
docs/releasenotes.rst
Show inline comments
 
@@ -14,6 +14,9 @@ Debian 12 Bookworm. Some minor improvements and fixes.
 

	
 
  * Dropped support for Debian 10 (Buster).
 
  * Added support for Debian 12 (Bookworm).
 
  * ``dnspython`` Python package is no longer required/used by any of
 
    the roles.
 
  * ``netaddr`` Python package is now required for using the roles.
 

	
 
* ``backup_client`` role
 

	
requirements.in
Show inline comments
 
ansible~=2.9.0
 
defusedxml
 
dnspython
 
gimmecert~=0.5.0
 
molecule~=2.22.0
 
netaddr
requirements.txt
Show inline comments
 
@@ -68,8 +68,6 @@ defusedxml==0.7.1
 
    # via -r requirements.in
 
distlib==0.3.8
 
    # via virtualenv
 
dnspython==2.6.1
 
    # via -r requirements.in
 
docutils==0.20.1
 
    # via
 
    #   sphinx
0 comments (0 inline, 0 general)