You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2777|524|2253|2462|:+1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/223//ansiblelint">Evolix » ansible-roles » unstable #223</a>
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
Fully Qualified Collection Name |
3 months ago | |
---|---|---|
.. | ||
defaults | 8 months ago | |
files | 1 year ago | |
handlers | 3 months ago | |
meta | 2 years ago | |
tasks | 3 months ago | |
templates | 8 months ago | |
tests | 6 years ago | |
.kitchen.yml | 6 years ago | |
README.md | 1 year ago |
README.md
Redis
Installation and basic configuration of Redis.
This role is based on https://github.com/geerlingguy/ansible-role-redis
Tasks
Everything is in the tasks/main.yml
file.
Available variables
Main variables are :
redis_conf_dir
: config directory ;redis_port
: listening TCP port ;redis_bind_interfaces
: listening IP addresses (array) ;redis_password
: password for redis. Empty means no password ;redis_socket_dir
: Unix socket directory ;redis_log_level
: log verbosity ;redis_log_dir
: log file directory.redis_maxmemory
: max memory (0 for no limit)
The full list of variables (with default values) can be found in defaults/main.yml
.