Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

alphagov/paas-alpha-ansible-playbook-hipache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hipache

An ansible role to install a hipache server.

Requirements

Only tested on Ubuntu 14.04.

Role Variables

redis_host hostname of redis instance.

redis_port port that the redis instance listens on.

node_hipache_version version of node-hipache that is to be installed. Defaults to latest

tsuru_repo repo argument for Ansible's apt_repository module, defaults to ppa:tsuru/ppa

Dependencies

  • None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: hipache-server
  roles:
     - { role: hipache, redis_host: 127.0.0.1, redis_port: 6379 }

License

See LICENSE file.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published