Take mine_functions back
This commit is contained in:
parent
7856b5ea9a
commit
e97822a0d5
@ -204,6 +204,14 @@ id: {{ cfg_minion['id'] }}
|
|||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user