|
|
@ -21,9 +21,9 @@ servers_suffix = _servers
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# By default, final JSON is built based on all available info in consul.
|
|
|
|
# By default, final JSON is built based on all available info in consul.
|
|
|
|
# Suffixes means that services groups will be added in addition to basic infromation. See servers_suffix for additional info
|
|
|
|
# Suffixes means that services groups will be added in addition to basic information. See servers_suffix for additional info
|
|
|
|
# There are cases when speed is preferable than having services groups
|
|
|
|
# There are cases when speed is preferable than having services groups
|
|
|
|
# False value will reduce script execution time dragtically.
|
|
|
|
# False value will reduce script execution time drastically.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
suffixes = true
|
|
|
|
suffixes = true
|
|
|
|
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ kv_groups=ansible/groups
|
|
|
|
kv_metadata=ansible/metadata
|
|
|
|
kv_metadata=ansible/metadata
|
|
|
|
|
|
|
|
|
|
|
|
# looks up the health of each service and adds the node to 'up' and 'down' groups
|
|
|
|
# looks up the health of each service and adds the node to 'up' and 'down' groups
|
|
|
|
# based on the service availibility
|
|
|
|
# based on the service availability
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# !!!! if availability is true, suffixes also must be true. !!!!
|
|
|
|
# !!!! if availability is true, suffixes also must be true. !!!!
|
|
|
|
#
|
|
|
|
#
|
|
|
|