jdauphant / ansible-role-nginx

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

Added template support for streams. #192

Closed alxmsl closed 7 years ago

alxmsl commented 7 years ago

I'd like to config nginx something like this:

...
      nginx_stream_configs:
        mysql:
          template: mysql.conf.j2
...

@jdauphant what do you think?

jdauphant commented 7 years ago

@alxmsl Good, this add more coherences ;) Thanks for your contribution