ublue-forge/setup/ansible/ansible.cfg

18 lines
432 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
# 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