|
|
|
|
|
|
|
|
# Ping Master to ensure connection is alive (minutes). |
|
|
# Ping Master to ensure connection is alive (minutes). |
|
|
{{ get_config('ping_interval', '0') }} |
|
|
{{ get_config('ping_interval', '0') }} |
|
|
|
|
|
|
|
|
|
|
|
{%- if 'mine_functions' in cfg_minion %} |
|
|
|
|
|
mine_functions: |
|
|
|
|
|
{%- for func, args in cfg_minion['mine_functions'].items() %} |
|
|
|
|
|
{{ func }}: {{ args }} |
|
|
|
|
|
{%- endfor %} |
|
|
|
|
|
{%- endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# To auto recover minions if master changes IP address (DDNS) |
|
|
# To auto recover minions if master changes IP address (DDNS) |
|
|
# auth_tries: 10 |
|
|
# auth_tries: 10 |
|
|
# auth_safemode: False |
|
|
# auth_safemode: False |