ublue-forge/anvil/ansible.cfg

24 lines
651 B
INI
Raw Normal View History

2023-05-01 19:17:56 +03:00
[defaults]
# Inventory location
2024-05-06 18:16:52 +03:00
inventory = ./ansible/inventory.yml
2023-05-01 19:17:56 +03:00
# Location for roles
2024-05-06 18:16:52 +03:00
roles_path = ./ansible/roles
2023-05-01 19:17:56 +03:00
# Location for collections
2024-05-06 18:16:52 +03:00
collection_paths = ./ansible/collections
2023-05-01 19:17:56 +03:00
# Localtion for plugins & modules
2024-05-06 18:16:52 +03:00
library = ./ansible/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 YAML callback plugin.
stdout_callback = yaml
2023-05-01 19:17:56 +03:00
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True
# Callback plugins
callbacks_enabled=ansible.posix.profile_tasks
2023-05-01 19:17:56 +03:00
# Skip SSH host key checking
host_key_checking = False
# Disable cowsay
nocows = 1