I'm new to Ansible and so far I love it. I had a question regarding installation of a package that requires feedback from the user.ie. The passenger-install-nginx-module that installs phusion passenger for Rails and nginx in one bundle.Here are the commands I would enter if I were doing it manually on the machine. Note: This relies on Ruby already being installed which is another process I'm tackling since Ruby from source/RVM is best compared to a packaged version that might be outdated.sudo gem install passengersudo passenger-install-nginx-moduleFrom there I am prompted to install Nginx and configure passenger. All of the default dirs/options are fine but they require input from the end-user.I've been able to install nginx-full via apt on ansible then do a service check to make sure nginx is running which is great. But what if I wanted to install the passenger-install-nginx-module? What options do I have to push this out to all 3 of my VMs and deal with the user interaction?Thanks in advance!-James@jamesjelinek--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.