ublue-forge/setup/ansible/ansible.cfg

20 lines
494 B
INI
Raw Normal View History

2023-05-01 19:17:56 +03:00
[defaults]
# Inventory location
inventory = inventory
# Location for roles
roles_path = ./roles
# Location for collections
collections_paths = ./collections
# 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