This is the bugfix release of the stable version 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.6.1.
- acl - Fixed to set ACLs on paths mounted with NFS version 4 correctly (#240).
- mount - Handle
boot
option on Linux, NetBSD and OpenBSD correctly (#364). - skippy - Revert removal of skippy plugin. It will be removed in version 2.0.0 (#573).
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.4.
- Dropping support for Ansible 2.9, ansible-core 2.15 will be minimum required version for this release
- Add summary_only parameter to profile_roles and profile_tasks callbacks.
- firewalld - add functionality to set forwarding (#548).
- firewalld - added offline flag implementation (#484)
- firewalld - respawn module to use the system python interpreter when the
firewall
python module is not available foransible_python_interpreter
(#460). - firewalld_info - Only warn about ignored zones, when there are zones ignored.
- firewalld_info - respawn module to use the system python interpreter when the
firewall
python module is not available foransible_python_interpreter
(#460). - mount - add no_log option for opts parameter (#563).
- seboolean - respawn module to use the system python interpreter when the
selinux
python module is not available foransible_python_interpreter
(#460). - selinux - respawn module to use the system python interpreter when the
selinux
python module is not available foransible_python_interpreter
(#460).
- skippy - Remove skippy pluglin as it is no longer supported(#350).
- Bugfix in the documentation regarding the path option for authorised_key(#483).
- seboolean - make it work with disabled SELinux
- synchronize - maintain proper formatting of the remote paths (#361).
- sysctl - fix sysctl to work properly on symlinks (#111).
- 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 (#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 (#166). - mount - Add
ephemeral
value for thestate
parameter, that allows to mount a filesystem without altering thefstab
file (#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
andicmp_block_inversion
will be changed fromstr
toboolean
in the future release (#254). - selinux - optionally update kernel boot params when disabling/re-enabling SELinux (#142).
- Fix for whitespace in source full path causing error
`code 23) at main.c(1330) [sender=3.2.3]`
(#278) - Include
PSF-license.txt
file forplugins/module_utils/_version.py
. - Use vendored version of
distutils.version
instead of the deprecated Python standard library to address PEP 632 (#303). - firewalld - Correct usage of queryForwardPort (#247).
- firewalld - Refine the handling of exclusive options (#255).
- mount - add a newline at the end of line in
fstab
(#210). - profile_tasks - Correctly calculate task execution time with serial execution (#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.
- acl - add new alias
recurse
forrecursive
parameter (#124). - added 2.11 branch to test matrix, added ignore-2.12.txt.
- authorized_key - add
no_log=False
inargument_spec
to clear false-positives ofno-log-needed
(#156). - authorized_key - add a list of valid key types (#134).
- mount - Change behavior of
boot
option to setnoauto
on BSD nodes (#28). - mount - Change behavior of
boot
option to setnoauto
on Linux nodes (#28). - mount - add
no_log=False
inargument_spec
to clear false-positives ofno-log-needed
(#156). - mount - returns
backup_file
value when a backup fstab is created. - synchronize - add
delay_updates
option (#157). - synchronize - fix typo (#198).
- Synchronize module not recognizing remote ssh key (#24).
- Synchronize not using quotes around arguments like --out-format (#190).
- at - append line-separator to the end of the
command
(#169). - csh - define
ECHO
andCOMMAND_SEP
(#204). - firewalld - enable integration after migration (#239).
- firewalld - ensure idempotency with firewalld 0.9.3 (#179).
- firewalld - fix setting zone target to
%%REJECT%%
(#215). - mount - Handle
boot
option on Solaris correctly (#184). - synchronize - add
community.podman.podman
to the list of supported connection plugins (https://github.com/ansible-community/molecule-podman/issues/45). - synchronize - complete podman support for synchronize module.
- synchronize - properly quote rsync CLI parameters (#241).
- synchronize - replace removed
ansible_ssh_user
byansible_user
everywhere; do the same foransible_ssh_port
andansible_ssh_host
(#60). - synchronize - use SSH args from SSH connection plugin (#222).
- synchronize - use become_user when invoking rsync on remote with sudo (#186).
- sysctl - modifying conditional check for docker to fix tests being skipped (#226).
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 (#112). - fix sanity test for various modules.
- synchronize - add the
ssh_connection_multiplexing
option to allow SSH connection multiplexing (ansible/ansible#24365).
- at - add AIX support (#99).
- synchronize - add
community.docker.docker
to the list of supported transports (#132). - synchronize - do not prepend PWD when path is in form user@server:path or server:path (#118).
- synchronize - fix for private_key overriding in synchronize module.
- sysctl - do not persist sysctl when value is invalid (#101).
- 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
- Bootstrap Collection (#1).
- CI should use devel (#6).
- Enable tests for at, patch and synchronize modules (#5).
- Enabled tags in galaxy.yml (#18).
- Migrate hacking/cgroup_perf_recap_graph.py to this collection, since the cgroup_perf_recap callback lives here.
- Remove license key from galaxy.yml.
- Remove sanity jobs from shippable (#43).
- Removed ANSIBLE_METADATA from all the modules.
- Revert "Enable at, patch and synchronize tests (#5)".
- Update EXAMPLES section in modules to use FQCN.
- Update README.md (#4).
- Allow unsetting existing environment vars via environment by specifying a null value (ansible/ansible#68236).
- Mount - Handle remount with new options (ansible/ansible#59460).
- Profile_tasks - result was a odict_items which is not subscriptable, so the slicing was failing (ansible/ansible#59059).
- Revert "mount - Check if src exists before mounted (ansible/ansible#61752)".
- Typecast results before use in profile_tasks callback (ansible/ansible#69563).
- authorized_keys - Added FIDO2 security keys (#17).
- authorized_keys - fix inconsistent return value for check mode (#37)
- json callback - Fix host result to task references in the resultant JSON output for non-lockstep strategy plugins such as free (ansible/ansible#65931)
- mount - fix issues with ismount module_util pathing for Ansible 2.9 (fixes #21)
- patch - fix FQCN usage for action plugin (#11)
- selinux - add missing configuration keys for /etc/selinux/config (#23)
- synchronize - fix FQCN usage for action plugin (#11)
- 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.