Currently, when I rebuild Phusion Passenger with Nginx, I am running the command
rvmsudo passenger-install-nginx-module
However, I am now converting the upgrade process into an Ansible playbook. I'm wonering if it's possible to run the above command with default options so that the install completes itself without requiring me to input the usual options (Nginx + install path). I haven't found any docs explaining if this is possible or not.
Thanks
Yes it is possible. There is official documentation here on the subject: https://www.phusionpassenger.com/library/install/nginx/noninteractive_install.html