Redis variables

Reference information for the inventory file variables used to configure Redis.

Expand
Variable name Description Required or optional Default

redis_cluster_ip

The IPv4 address used by the Redis cluster to identify each host in the cluster. When defining hosts in the [redis] group, use this variable to identify the IPv4 address if the default is not what you want. Redis clusters cannot use hostnames or IPv6 addresses.

Optional

Discovered IPv4 address from Ansible facts.

redis_firewall_zone

The firewall zone where Redis related firewall rules are applied. This controls which networks can access Redis based on the zone's trust level.

Optional

public

redis_mode

The Redis mode to use for your Ansible Automation Platform installation. Valid options include: standalone and cluster.

Optional

cluster

redis_tls_cert

Path to the Redis server TLS certificate.

Optional

redis_tls_key

Path to the Redis server TLS certificate key.

Optional

redis_tls_remote

Denote whether the Redis provided certificate files are local to the installation program (false) or on the remote component server (true).

Optional

false

redis_use_archive_compression

Controls whether archive compression is enabled or disabled for Redis. You can control this functionality globally by using use_archive_compression.

Optional

true