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 CentOS rolled out an update clearing /etc/sysctl.conf. Documentation should at least warn about writing to that file instead of using /etc/sysctl.d/ ##### ISSUE TYPE - Documentation Report #####...

##### SUMMARY Module raise error, if `ansible_port` is jinja expression: ``` msg: 'argument ''dest_port'' is of type and we were unable to convert to int: cannot be converted to an...

##### SUMMARY ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME ansible.posix.firewalld ##### ADDITIONAL INFORMATION https://firewalld.org/documentation/ipset/ It should be possible to add/remove IPs from IPSets, as well as using ipsets...

feature
verified
waiting_on_contributor

##### SUMMARY Firewalld supports "Policy Objects" since v0.9.0: > With some exceptions (e.g. masquerade, forward-ports) firewalld was previously limited to being an end-station firewall. This meant you could not use...

feature
waiting_on_contributor

##### SUMMARY Some empty lines / comments are removed + order of line is changed (when a change is done) ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ```yml...

##### SUMMARY The documentation for the profile_tasks callback should explain the meaning of the task timing output. Example: ``` Saturday 22 January 2022 12:14:32 -0800 (0:00:11.346) 0:00:11.357 ****** ``` #####...

verified
docs

##### SUMMARY I'm trying to add my user ssh key to target machine. But I get invalid key specified ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME authorized_key #####...

needs_triage

##### SUMMARY Module `ansible.posix.synchronize`. The parameter `ansible_host` in a file contained in `host_vars` pointing to another variable is treated as string literal. In my case the variable is in a...

bug
verified

##### SUMMARY Trying to use the portforward options leads to error. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME firewalld ##### ANSIBLE VERSION ``` ansible [core 2.11.11] ``` #####...

##### SUMMARY When role A includes role B as dependency, role B can access files & templates from role A's directories using a relative path if this path does not...