ansible-collection-nginx icon indicating copy to clipboard operation
ansible-collection-nginx copied to clipboard

Ansible collection for NGINX

Results 5 ansible-collection-nginx issues
Sort by recently updated
recently updated
newest added

### Describe the bug A clear and concise description of what the bug is. ### To reproduce Steps to reproduce the behavior: 1. Deploy NGINX collection using playbook.yml 2. View...

### Is your feature request related to a problem? Please describe I'm using a lot RHEL and Centos distribution, Now with Centos "stream" moving from v.8 distribution i'm interested in...

At https://gist.github.com/kekru/c09dbab5e78bf76402966b13fa72b9d2 we see how TLS termination with backend servers depending on SNI would work. (not sure if theres another solution) Is this possible with this collection? Cheers

I have installed the collection then used a playbook to run this ansible version is 2.10.6 Playbook is --- - hosts: all collections: - nginxinc.nginx_core roles: - role: nginx Using...

### Is your feature request related to a problem? Please describe Some bug fixing are existing on the latest version of the role ansible-role-nginx-config but not available to the people...

bug
question