2023-05-01 19:17:56 +03:00
|
|
|
[defaults]
|
|
|
|
# Inventory location
|
2024-04-29 13:59:35 +03:00
|
|
|
inventory = inventory.yml
|
2023-05-01 19:17:56 +03:00
|
|
|
# Location for roles
|
|
|
|
roles_path = ./roles
|
|
|
|
# Location for collections
|
2024-04-29 13:59:35 +03:00
|
|
|
collection_paths = ./collections
|
2023-05-01 19:17:56 +03:00
|
|
|
# Localtion for plugins & modules
|
|
|
|
library = ./library
|
2023-05-06 00:23:16 +03:00
|
|
|
# SSH
|
|
|
|
private_key_file = /certs/ssh/ublue-os_forge-id_ed25519
|
2023-05-01 19:17:56 +03:00
|
|
|
# Console log settings
|
|
|
|
display_skipped_hosts = false
|
|
|
|
# Use the stdout_callback when running ad-hoc commands.
|
|
|
|
bin_ansible_callbacks = True
|
|
|
|
# Skip SSH host key checking
|
|
|
|
host_key_checking = False
|
|
|
|
# Disable cowsay
|
|
|
|
nocows = 1
|