-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathansible.cfg
More file actions
20 lines (16 loc) · 768 Bytes
/
ansible.cfg
File metadata and controls
20 lines (16 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# config file for ansible -- https://ansible.com/
# ===============================================
# nearly all parameters can be overridden in ansible-playbook
# or with command line flags. ansible will read ANSIBLE_CONFIG,
# ansible.cfg in the current working directory, .ansible.cfg in
# the home directory or /etc/ansible/ansible.cfg, whichever it
# finds first
[defaults]
# some basic default values...
# inventory = ./ansible-files/inventory
# collections_path = ./collections:~/.ansible/collections:/usr/share/ansible/collections
# library = ./library/kubernetes:~/.ansible/plugins/modules:/usr/share/ansible/plugins/modules
#remote_tmp = ~/.ansible/tmp
#local_tmp = ~/.ansible/tmp
host_key_checking = False
stdout_callback = yaml