You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-homelab/ansible.cfg

14 lines
479 B
INI

[defaults]
default_module_path=library
inventory=hosts.ini
vault_password_file=~/.vault-key
host_key_checking = True
enable_plugins = linode
private_key_file=~/.ssh/ansible
remote_user=ansible
roles_path = roles
collections_path = collections
; TODO: put the filters in a place that makes sense.
; I don't think it should be required to specify the path to the collection's filters like this!
filter_plugins = collections/ansible_collections/chatton/docker_backup/plugins/filter