Skip to content

configuresystems/ansible-passenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible deployment for Passenger

0. Current Stats

Build Status

Name Description
Version 1.0
Updated 03.24.2015
Ansible Version 1.8.4
Author Johnny Martin
Website http://configure.systems/
License MIT

1. QuickStart

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

Table of contents

2. Overview

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

3. Requirements

Ansible installed on the local machine.

3.1 Ubuntu

pip install ansible

3.2 Compile from Source

git clone git://github.com/ansible/ansible.git --recursive
cd ./ansible
source ./hacking/env-setup

4. Usage

  1. git clone http://github.com/configuresystems/ansible-passenger or update the 'defaults/main.yml' file
  2. run the Ansible playbook, the fastest way is:
ansible-playbook ansible-passenger.yml

5. Passenger Control

5.1 Version

sudo passenger-config --version

5.2 Root

sudo passenger-config --root

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published