jdauphant / ansible-role-nginx

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

Compiling nginx or installing from .deb/.rpm file #171

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello, Is there support for installing nginx from source or using .deb/.rpm?

jdauphant commented 7 years ago

Hello, It's not supported yet.

Best regards, Julien

ghost commented 7 years ago

I'm new to ansible so I can't PR unfortunately, but I think I can use second option, thank you

megheaiulian commented 7 years ago

@k1-hedayati : At https://github.com/plumelo/ansible-role-nginx_src I have a role that installs nginx from deb with configurable additional modules (tested only on Ubuntu xenial so far).

ghost commented 7 years ago

Great, so I think I can close this issue