ansible.posix icon indicating copy to clipboard operation
ansible.posix copied to clipboard

Ansible Collection for Posix

Results 172 ansible.posix issues
Sort by recently updated
recently updated
newest added

##### SUMMARY A `timedate` option for the `at` module The `at` module in its present state only supports a timed delay in seconds, whereas the `at` linux command supports scheduling...

feature
verified
waiting_on_contributor

##### SUMMARY Add direct rules support to firewalld module references: https://github.com/ansible/ansible/issues/21439 https://github.com/ansible/ansible/pull/34027 https://github.com/ansible/ansible/pull/49514 https://github.com/ansible/ansible/pull/63772 ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME ##### ADDITIONAL INFORMATION ```yaml ```

feature
waiting_on_contributor

##### SUMMARY Ansible expects the mount point specified by `path` to be unique, but it's valid for multiple entries to have a mount point of `none` on MacOS. This is...

##### SUMMARY When using `state=absent`, the mountpoint is not unmounted if it isn't present in the fstab file. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME mount module #####...

verified
docs

##### SUMMARY When using variable in `ansible_user`, and the default value `set_remote_user=true`, then we got error: `group_vars/all/default.yml` ``` deploy_user: ubuntu ansible_user: '{{ deploy_user }}' ``` `task.yml` ``` - name: ANSISTRANO...

bug
needs_info

##### SUMMARY It would be useful to add the option to preserve the mountpoint directory when the state is set to `absent`. ##### ISSUE TYPE - Feature Idea ##### COMPONENT...

feature
waiting_on_contributor

##### SUMMARY Let this module handle multiple keys/urls with just one invocation. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME authorized_key ##### ADDITIONAL INFORMATION This would let us use...

feature
verified
waiting_on_contributor

##### SUMMARY See Also section module name missing namespace so make it into FQCN. Fixes #339 ##### ISSUE TYPE - Docs Pull Request ##### COMPONENT NAME synchronize ##### ADDITIONAL INFORMATION...

##### SUMMARY Following [the duplication information](https://docs.ansible.com/ansible/latest/collections/ansible/posix/skippy_callback.html#deprecated) in the module docs, skippy is going to remove from ansible.posix. We need to make a plan and retirement schedule for [skippy](https://docs.ansible.com/ansible/latest/collections/ansible/posix/skippy_callback.html#ansible-posix-skippy-ansible-screen-output-that-ignores-skipped-status). ``` [DEPRECATED]...

verified
pinboard

##### SUMMARY In Ansible 2.9.11 running on rhel 8, synchronize module fails to transfer with '[Errno 2] No such file or directory' in similar fashion as in [#56629](https://github.com/ansible/ansible/issues/56629). All suggestions...

verified