Added new hosts Changed log output config vars Use different command for flatpak update
25 lines
1.1 KiB
INI
25 lines
1.1 KiB
INI
[defaults]
|
|
stdout_callback = dense
|
|
stderr_callback = dense
|
|
display_failed_stderr = true
|
|
show_task_path_on_failure = true
|
|
|
|
log_path=log.txt
|
|
|
|
# (string) Sets the login user for the target machines
|
|
# When blank it uses the connection plugin's default, normally the user currently executing Ansible.
|
|
remote_user = hobbyadmin
|
|
|
|
# (path) Option for connections using a certificate or key file to authenticate, rather than an agent or passwords, you can set the default value here to avoid re-specifying --private-key with every invocation.
|
|
private_key_file=./ssh/hobbyadmin_pw
|
|
|
|
# (boolean) This controls whether an Ansible playbook should prompt for a vault password.
|
|
#ask_vault_pass=True
|
|
|
|
# (path) The vault password file to use. Equivalent to --vault-password-file or --vault-id
|
|
# If executable, it will be run and the resulting stdout will be used as the password.
|
|
vault_password_file=vault_pass.txt
|
|
|
|
# (boolean) Toggles debug output in Ansible. This is *very* verbose and can hinder multiprocessing. Debug output can also include secret information despite no_log settings being enabled, which means debug mode should not be used in production.
|
|
;debug=False
|