Role - octavia-controller-config

Role Documentation

Welcome to the “octavia_controller_config” role documentation.

Role Defaults

This section highlights all of the defaults and variables set within the “octavia_controller_config” role.

# All variables intended for modification should be placed in this file.
octavia_controller_config_hide_sensitive_logs: '{{ hide_sensitive_logs | default(true)
  }}'

Role Variables: main.yml

lb_mgmt_net_ip_version: '{{ 6 if lb_mgmt_subnet_cidr | ansible.netcommon.ipv6 else
  4 }}'