17 lines
440 B
INI
17 lines
440 B
INI
[defaults]
|
|
# Use the YAML callback plugin.
|
|
stdout_callback = yaml
|
|
# Use the stdout_callback when running ad-hoc commands.
|
|
bin_ansible_callbacks = True
|
|
|
|
host_key_checking = false
|
|
|
|
vault_password_file = /etc/ansible/.vaulto
|
|
|
|
callback_plugins = /etc/ansible/plugins/callback
|
|
callback_whitelist = telegram
|
|
callbacks_enabled = telegram
|
|
|
|
[callback_telegram]
|
|
tg_token = "6472915685:AAHPvgrQoqG7DxtfbnHWPe3Lfild-CGJ1j8"
|
|
tg_chat_id = "-4023350326" |