-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathansible.cfg
37 lines (27 loc) · 1.2 KB
/
ansible.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Sensible default Ansible settings.
[defaults]
# Dont panic because it's a new key or the key has changed.
host_key_checking = False
# Do not create a .retry file after a playbooks fails.
retry_files_enabled = False
# Variable to indicate that the file is managed by Ansible.
ansible_managed = #### THIS FILE IS MANAGED BY ANSIBLE - DO NOT EDIT BY HAND - ALL CHANGES WILL BE LOST ####
# More Forks for faster Ansibling
forks = 20
ROLES_PATH = ./roles
callback_whitelist = profile_tasks, timer
pipelining = True
#Mitogen for faster Playbooks runs.
#strategy_plugins = /usr/local/lib/python3.7/dist-packages/ansible_mitogen/plugins/strategy
#strategy = mitogen_linear
#callback_plugins=/home/ldumont/projects/ara-ansible/venv/lib/python3.7/site-packages/ara/plugins/callback
#action_plugins=/home/ldumont/projects/ara-ansible/venv/lib/python3.7/site-packages/ara/plugins/action
#[ara]
#api_client = http
#api_server = http://ara.coldnorthadmin.com
#api_username = user
#api_password = password
#api_timeout = 15
#ignored_facts = '["ansible_env", "ansible_all_ipv4_addresses"]'
#ignored_arguments = '["extra_vars", "vault_password_files"]'
#ignored_files = test_ignored_file_1, test_ignored_file_2, create_domains.yml