RayJin2000
RayJin2000
##### SUMMARY Fixes #8092 My fix ensures that HAProxy skips the wait when drain=true and the backend is down. ###### Details: - The fix addresses an issue where HAProxy could...
### Summary This is a similar bug to: https://github.com/ansible-collections/community.general HAProxy allows setting backends into DRAIN mode, which waits until the server has no active connections before transitioning them into MAINT...
##### Summary When I use a Jinja Template in ignore_unreachable I get the following error: ```console (paste below) WARNING Listing 1 violation(s) that are fatal schema[playbook]: $[0].tasks[0].ignore_unreachable "{{ 'yes' |...
##### Summary name[prefix] doesnt work with tasks in folders: We have a Role with the following structure: ``` roles/haproxy/ ├── defaults ├── files ├── handlers ├── tasks │ ├── copy_certificates.yml...
I believe that Ansible examples should adhere to the standards of the Ansible [linter](https://ansible.readthedocs.io/projects/lint/rules/). Arguments in favor: - Consistency and maintainability: Linting ensures that examples are consistent in style and...
I tried to update the old Wordpress with nginx examples, to adhere to the standards of the Ansible [linter](https://ansible.readthedocs.io/projects/lint/rules/). - [Issue 322](https://github.com/ansible/ansible-examples/issues/322): #### moved wordpress-nginx to wordpress-nginx_rhel6 * This examples...
I believe that Ansible examples should adhere to the standards of the Ansible [linter](https://ansible.readthedocs.io/projects/lint/rules/). Arguments in favor: - Consistency and maintainability: Linting ensures that examples are consistent in style and...
Hi, The optimizer has deleted the folder /var/log/sssd/, causing the sssd service not to start anymore and all domain accounts were no longer usable. It would be much nicer if...
##### Summary If you use 'inventory' as playbook order value you get the following error: ```paste below schema[playbook]: $[1].order 'inventory' is not one of ['default', 'sorted', 'reverse_sorted', 'reverse_inventory', 'shuffle'] ```...
##### SUMMARY If you try to get the Replication Status of Arbiter with no active authentication you get the following error: ```paste below Unable to determine if auth is enabled:...