Skip to content
This repository was archived by the owner on Apr 19, 2019. It is now read-only.

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Ansible-LXC-RPC Tools

install.py

Installs or updates an Ansible-LXC-RPC installation. Does not install or verify pre-requisites. It is (intended to be) 100% idempotent and appears to be so. Can be used for production or testing environments.

Usage

Usage: install.py [OPTIONS]

Options:
  --haproxy / --no-haproxy  Should we install Haproxy? Defaults to no.
  --galera / --no-galera    Should we install Galera? Defaults to no.
  --rabbit / --no-rabbit    Should we install RabbitMQ? Defaults to no.
  --retries INTEGER         Number of retries to attempt on an Ansible
                            playbook before giving up.
  --help                    Show this message and exit.

Please note that the --haproxy option is for development/testing environments only. Our haproxy installation is NOT intended for production use.