mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-20 13:33:44 +03:00
feat(ansible): give feedback on elapsed time per task and make output human readable
This commit is contained in:
parent
8d0fe541b0
commit
f7572aa4b7
|
@ -11,8 +11,12 @@ library = ./library
|
||||||
private_key_file = /certs/ssh/ublue-os_forge-id_ed25519
|
private_key_file = /certs/ssh/ublue-os_forge-id_ed25519
|
||||||
# Console log settings
|
# Console log settings
|
||||||
display_skipped_hosts = false
|
display_skipped_hosts = false
|
||||||
|
# Use the YAML callback plugin.
|
||||||
|
stdout_callback = yaml
|
||||||
# Use the stdout_callback when running ad-hoc commands.
|
# Use the stdout_callback when running ad-hoc commands.
|
||||||
bin_ansible_callbacks = True
|
bin_ansible_callbacks = True
|
||||||
|
# Callback plugins
|
||||||
|
callbacks_enabled=ansible.posix.profile_tasks
|
||||||
# Skip SSH host key checking
|
# Skip SSH host key checking
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
# Disable cowsay
|
# Disable cowsay
|
||||||
|
|
Loading…
Reference in a new issue