Name | Description |
---|---|
Version | 1.0 |
Updated | 03.24.2015 |
Ansible Version | 1.8.4 |
Author | Johnny Martin |
Website | http://configure.systems/ |
License | MIT |
git clone https://github.com/configuresystems/ansible-passenger.git roles/ansible-passenger
# Create a playbook file to use, there's a sample one in tests/test.yml
# Create a group_vars or update the default values in defaults/main.yml
ansible-playbook -i path/to/inventory ansible-playbook.yml
An Ansible playbook to automate the installation of passenger.
This role is intended to be used in conjuction with ansible-apache2, located here:
https://github.com/configuresystems/ansible-apache2.git
Ansible installed on the local machine.
pip install ansible
git clone git://github.com/ansible/ansible.git --recursive
cd ./ansible
source ./hacking/env-setup
git clone http://github.com/configuresystems/ansible-passenger
or update the 'defaults/main.yml' file- run the Ansible playbook, the fastest way is:
ansible-playbook ansible-passenger.yml
sudo passenger-config --version
sudo passenger-config --root