jdauphant / ansible-role-nginx

Ansible role to install and manage nginx configuration
655 stars 302 forks source link

Support Nginx Amplify #218

Closed ricston-git closed 6 years ago

ricston-git commented 6 years ago

We recently had to add support for Nginx Amplify to one of our client's Nginx instances and introduced the necessary steps in our playbooks since it did not seem that this role supports it. We have been using this role for quite a while now and we figured it was time to contribute something back :).

The tasks were based off of Nginx's official Ansible role (which does support Amplify), and also the recommended steps when attempting to add a new server on the Amplify website.

If there are any points of feedback with respect to the PR just let us know :).

jdauphant commented 6 years ago

@ricston-git Thanks, I wait for CI and merge. (I have made a small change by adding the nginx tag ;)

justinsaliba commented 6 years ago

Brilliant, thanks 👍

jdauphant commented 6 years ago

Thanks for the message, I would have forgot the CI ;)