ansible-role-nginx
                                
                                 ansible-role-nginx copied to clipboard
                                
                                    ansible-role-nginx copied to clipboard
                            
                            
                            
                        Install NGINX Agent
Proposed changes
The changes within this PR address the below user story: As a DevOps engineer, I want to install NGINX Agent so that I can use NGINX Management Suite
Updated readme and extended role to optionally install NGINX Agent (Following a similar structure to Amplify agent) from NGINX open source repo. As part of the NGINX Agent optional install, you can optionally add NGINX Management Suite config to the NGINX Agent config file so that the agent reports back to NGINX Management Suite.
Checklist
Before creating a PR, run through this checklist and mark each as complete.
- [x] I have read the CONTRIBUTINGdocument
- [ ] I have added Molecule tests that prove my fix is effective or that my feature works
- [ ] I have checked that any relevant Molecule tests pass after adding my changes
- [ ] I have updated any relevant documentation (defaults/main/*.yml,README.mdandCHANGELOG.md)