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 module ansible.posix.authorized_key should support the usual owner, group, mode of the file module ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME ansible.posix.authorized_key ##### ADDITIONAL INFORMATION The current...

##### SUMMARY ansible.posix.mount NFS with fstab:auto.direct produces incorrect entries - name: dummy NFS mount ansible.posix.mount: path: /local_mountpoint src: remote_server:/remote_share/ fstype: nfs4 fstab: /etc/auto.direct opts: nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport,_netdev state: present the above command...

##### SUMMARY This PR fix the acl module performance problem. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME acl ##### ADDITIONAL INFORMATION When you have more than 7...

##### SUMMARY Apply **swapon** / **swapoff** system commands onto `swap` filesystems, to reach states `mounted` (i.e. configured in fstab + *swapon*), unmounted (*swapoff*), remounted (*swapoff* + *swapon*) and absent (unconfigured...

##### SUMMARY For many functions, if you pass a list, the function will process all the list entries. Like for ansible.builtin.dnf, if you do a list of packages, all will...

##### SUMMARY With the following task, and with the target drive not mounted: ```yaml - name: Disk is mounted mount: path: /media/external-drive src: UUID={{ UUID }} fstype: ext4 opts: "rw"...

##### SUMMARY When a task that uses the `mount` module with `opts: bind` is called multiple times, it always returns `changed`, and creates a new mount in `/etc/mtab`. I believe...

##### SUMMARY The module `authorized_key` ignores the `ansible_python_interpreter` variable which is set in inventory file. I did not find any other modules which show the same behavior. ##### ISSUE TYPE...

PR #220 has been open for years. Comments from all maintainers have been addressed. There are no outstanding changes to be made. The author of the PR rebased as requested,...

##### SUMMARY ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME ansible.posix.sysctl ##### ADDITIONAL INFORMATION running a shell command of ``` sysctl --system ``` can't be called using the module....