28 lines
834 B
INI
28 lines
834 B
INI
[defaults]
|
|
roles_path=./roles:/usr/share/ansible/roles:/etc/ansible/roles
|
|
callback_whitelist = timer, profile_tasks, log_plays
|
|
#log_path= /var/log/ansible/ansible-base.log
|
|
display_args_to_stdout= true
|
|
load_callback_plugins= yes
|
|
# [ssh_connection]
|
|
# pipelining = True
|
|
#callback_plugins=/Users/stephanegratias/Library/Python/3.11/lib/python/site-packages/ara/plugins/callback
|
|
#to keep display output, comment stdout_callback
|
|
#stdout_callback= log_plays
|
|
|
|
# [ssh_connection]
|
|
# ssh_args=-o ForwardAgent=yes
|
|
|
|
|
|
|
|
# [ara]
|
|
# api_client = http
|
|
# api_server = https://ara.jingoh.fr
|
|
# # api_username = test
|
|
# # api_password = teetst
|
|
# localhost_as_hostname_format=hostname
|
|
# argument_labels = check,subset,tags
|
|
# default_labels=lab
|
|
# # ignored_facts =
|
|
# ignored_files = .ansible/tmp,vault.yaml,vault.yml
|
|
# ignored_arguments = vault_password_files |