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 quotes not being places around important arguments See here for further details https://github.com/ansible/ansible/issues/46126 Confirmed still buggy in 2.9.6 ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME Synchronize...

needs_verified

##### SUMMARY The CLI commands to mount an ISO with macOS 10.15.7 are illustrated below: ``` $ hdiutil attach -nomount /tmp/ubuntu-20.04.1-live-server-amd64.iso /dev/disk3 Apple_partition_scheme /dev/disk3s1 Apple_partition_map /dev/disk3s2 Apple_HFS $ mount -t...

bug

##### SUMMARY sysctl: add basic filesystem attribute setting options for sysctl_file: * Fixes #108 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME - ansible.posix.sysctl ##### ADDITIONAL INFORMATION None

`time_current` format Is hardcoded as `time_current = time.strftime('%A %d %B %Y %H:%M:%S %z')` (https://github.com/ansible-collections/ansible.posix/blob/1.3.0/plugins/callback/profile_tasks.py#L100) Its kind of strange default format. I would suggest to either use ISO format or make...

feature
verified
waiting_on_contributor

##### SUMMARY Using `ansible.posix.firewalld` to open ports bypasses some of the checks that are done by firewall-cmd and can lead to configurations which bring break networking (rather than aborting early)....

bug
verified
waiting_on_contributor

##### SUMMARY At the moment `at` only accepts relative time arguments, for example `[count=10, units=hours]` for "_now + 10 hours_". Some users might prefer to use absolute times like `"03:00"`....

feature
waiting_on_contributor

##### SUMMARY The synchronize module enables rsync's verbose output. This can flood the output with tons of output. Currently the only option for controlling this is `no_log: true`. However this...

feature
needs_info
has_pr
waiting_on_contributor

##### SUMMARY * ``masquerade`` and ``icmp_block_inversion`` will be changed from ``str`` to ``bool`` Signed-off-by: Abhijeet Kasurde ##### ISSUE TYPE - Docs Pull Request ##### COMPONENT NAME changelogs/fragments/firewalld_breaking_change.yml

waiting_on_contributor

##### SUMMARY So i've been trying to add an interface to a zone with this task ```yaml - name: Add default interface to public ansible.posix.firewalld: zone: public interface: "{{ ansible_default_ipv4.interface...

bug
verified
docs
waiting_on_contributor

##### SUMMARY Adding rsync 'quiet' option to synchronize module. Allows to suppress synchronize verbose output. Resolves #171 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME Synchronize