ansible-repo/ansible.cfg

17 lines
440 B
INI
Raw Normal View History

2023-10-12 19:18:54 +10:00
[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
2023-10-12 19:28:16 +10:00
2023-10-12 19:30:04 +10:00
vault_password_file = /etc/ansible/.vaulto
2023-11-08 22:40:04 +10:00
2023-11-08 23:18:51 +10:00
callback_plugins = /etc/ansible/plugins/callback
2023-11-08 22:49:09 +10:00
callback_whitelist = telegram
2023-11-08 23:25:06 +10:00
callbacks_enabled = telegram
2023-11-08 22:40:04 +10:00
[callback_telegram]
2023-11-08 23:18:51 +10:00
tg_token = "6472915685:AAHPvgrQoqG7DxtfbnHWPe3Lfild-CGJ1j8"
tg_chat_id = "-4023350326"