Skip to content

Latest commit

 

History

History
237 lines (180 loc) · 11.8 KB

CHANGELOG.rst

File metadata and controls

237 lines (180 loc) · 11.8 KB

ansible.posix Release Notes

  • json and jsonl - Add the ANSIBLE_JSON_INDENT parameter
  • json and jsonl - Add the path attribute into the play and task output
  • Fix sysctl integration test failing on newer versions of core. Previously NoneType was allowable, now it fails to convert to a str type.
  • Support new sanity test for the ansible-core devel branch CI test (ansible-collections#446).
  • firewall - Fix issue where adding an interface to a zone would fail when the daemon is offline
  • firewall - Fix issue where opening a specific port resulted in opening the whole protocol of the specified port
  • firewalld - Consider value of masquerade and icmp_block_inversion parameters when a boolean like value is passed

This is the minor release of the ansible.posix collection. This changelog contains all changes to the modules and plugins in this collection that have been added after the release of ansible.posix 1.5.1.

  • Add jsonl callback plugin to ansible.posix collection
  • firewalld - add protocol parameter
  • Fixed a bug where firewalld module fails to create/remove zones when the daemon is stopped
  • rhel_facts - Call exit_json with all keyword arguments
  • mount - Add absent_from_fstab state (ansible-collections#166).
  • mount - Add ephemeral value for the state parameter, that allows to mount a filesystem without altering the fstab file (ansible-collections#267).
  • r4e_rpm_ostree - new module for validating package state on RHEL for Edge
  • rhel_facts - new facts module to handle RHEL specific facts
  • rhel_rpm_ostree - new module to handle RHEL rpm-ostree specific package management functionality
  • rpm_ostree_upgrade - new module to automate rpm-ostree upgrades
  • rpm_ostree_upgrade - new module to manage upgrades for rpm-ostree based systems
  • Removed contentious terminology to match reference documentation in profile_tasks.
  • firewall - Fixed to output a more complete missing library message.
  • synchronize - Fixed hosts involved in rsync require the same password

This is the minor release of the ansible.posix collection. This changelog contains all changes to the modules in this collection that have been added after the release of ansible.posix 1.3.0.

  • firewalld - Show warning message that variable type of masquerade and icmp_block_inversion will be changed from str to boolean in the future release (ansible-collections#254).
  • selinux - optionally update kernel boot params when disabling/re-enabling SELinux (ansible-collections#142).
  • Fix for whitespace in source full path causing error `code 23) at main.c(1330) [sender=3.2.3]` (ansible-collections#278)
  • Include PSF-license.txt file for plugins/module_utils/_version.py.
  • Use vendored version of distutils.version instead of the deprecated Python standard library to address PEP 632 (ansible-collections#303).
  • firewalld - Correct usage of queryForwardPort (ansible-collections#247).
  • firewalld - Refine the handling of exclusive options (ansible-collections#255).
  • mount - add a newline at the end of line in fstab (ansible-collections#210).
  • profile_tasks - Correctly calculate task execution time with serial execution (ansible-collections#83).
  • seboolean - add python3-libsemanage package dependency for RHEL8+ systems.

This is the minor release of the ansible.posix collection. This changelog contains all changes to the modules in this collection that have been added after the release of ansible.posix 1.2.0.

This is the minor release of the ansible.posix collection. This changelog contains all changes to the modules in this collection that have been added after the release of ansible.posix 1.1.0.

  • firewalld - bring the target feature back (ansible-collections#112).
  • fix sanity test for various modules.
  • synchronize - add the ssh_connection_multiplexing option to allow SSH connection multiplexing (ansible/ansible#24365).
  • skippy - fixed the deprecation warning (by date) for skippy callback plugin
  • Fix synchronize to work with renamed docker and buildah connection plugins.
  • firewalld - add firewalld module to ansible.posix collection
  • acl - Set and retrieve file ACL information.
  • at - Schedule the execution of a command or script file via the at command
  • authorized_key - Adds or removes an SSH authorized key
  • mount - Control active and configured mount points
  • patch - Apply patch files using the GNU patch tool
  • seboolean - Toggles SELinux booleans
  • selinux - Change policy and state of SELinux
  • synchronize - A wrapper around rsync to make common tasks in your playbooks quick and easy
  • sysctl - Manage entries in sysctl.conf.