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 Add a new option to manage the content of the file exclusively by the module and delete all variables that are not part of parameter list in the...

feature
verified
waiting_on_contributor

##### SUMMARY When the destination file for the `sysctl` module is a symlink, the module will replace that symlink with a real file. All other content in the file is...

bug
has_pr

##### SUMMARY Resolves CI checks failing at #102 which fixes #13 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME at ##### ADDITIONAL INFORMATION ```paste below ```

##### SUMMARY A zone can have many services and sources associated with it. Allow passing a list to the source parameter of firewalld like you can with yum/dnf. ##### ISSUE...

feature

##### SUMMARY I added `mode` option for mount module. When this module creates new directories for mount point, this value is used as permission of the directory. Fixes #163, #178...

##### SUMMARY It’s an edge-case we hit recently of having multiple NFS shares mounted on the same mount point. Tasks that use mount module with state absent would first unmount...

feature
verified
waiting_on_contributor

##### SUMMARY I want to insert a comment in authorized_keys like ``` # NOTE: this authorized_keys file is managed by Ansible - DO NOT MODIFY IT MANUALLY, CONTACT ADMIN@EMAIL INSTEAD...

feature
verified
waiting_on_contributor

The currentl firewalld module does not take multiple values such as `source` or `interface`, etc.. There are many cases that we need to pass multi volume to the module rather...

waiting_on_contributor

##### SUMMARY * `at -r` command-line option does not work on RHEL6 and CentOS6. Therefore, we will need to modify delete logic to use `atrm` command instead of `at -r`....

##### SUMMARY Support GITHUB_TOKEN for pulling the key. This will allow using Github Enterprise instances to pull the key from. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME authorized_key...

feature
needs_info