Topics
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).
- at - add AIX support (ansible-collections#99).
- synchronize - fix for private_key overriding in synchronize module.
- synchronize - add
community.docker.docker
to the list of supported transports (ansible-collections#132). - synchronize - do not prepend PWD when path is in form user@server:path or server:path (ansible-collections#118).
- sysctl - do not persist sysctl when value is invalid (ansible-collections#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 (ansible-collections#1).
- CI should use devel (ansible-collections#6).
- Enable tests for at, patch and synchronize modules (ansible-collections#5).
- Enabled tags in galaxy.yml (ansible-collections#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 (ansible-collections#43).
- Removed ANSIBLE_METADATA from all the modules.
- Revert "Enable at, patch and synchronize tests (ansible-collections#5)".
- Update EXAMPLES section in modules to use FQCN.
- Update README.md (ansible-collections#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 (ansible-collections#17).
- authorized_keys - fix inconsistent return value for check mode (ansible-collections#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 ansible-collections#21)
- patch - fix FQCN usage for action plugin (ansible-collections#11)
- selinux - add missing configuration keys for /etc/selinux/config (ansible-collections#23)
- synchronize - fix FQCN usage for action plugin (ansible-collections#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.