You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
defaults | 4 years ago | |
meta | 4 years ago | |
tasks | 4 years ago | |
templates | 4 years ago | |
Readme.md | 4 years ago |
Readme.md
Install
ansible-galaxy install git+https://git.keks.cloud/keksCloud/http-status-ansible-role.git
Vairables
You can change the following Variables
Vairable | Default | Description |
---|---|---|
install_supervisor | true | Install Supervisor on the System to manage http-status |
config_supervisor | true | Create a Supervisor Config |
enabled_worker | true | If a supervisor config is created, the worker is enabled |
worker_count | 5 | How many worker should be started |
enabled_logger | true | If a supervisor config is created, the logger is enabled |
logger_name | logger_graphite.py | Which logger should be userd |
enabled_controller | true | If a supervisor config is created, the controller is enabled |
release | master | Which git tag / branch should be used |
install_redis | true | Install Redis on the Server |
redis_host | 127.0.0.1 | Redis Hostname or IP |
redis_port | 6379 | Redis Port |
redis_db | 0 | Redis Database |
redis_password | Redis Password |