forked from redhat-cop/agnosticd
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ansible.cfg
20 lines (18 loc) · 818 Bytes
/
ansible.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[defaults]
nocows = 1
# Don't forget to update other ansible.cfg files like: ansible/configs/linklight/ansible.cfg
roles_path = dynamic-roles:ansible/dynamic-roles:roles-infra:ansible/roles-infra:roles:ansible/roles:ansible/roles_studentvm:roles_studentvm:ansible/roles_ocp_workloads:roles_ocp_workloads
forks = 50
become = False
gathering = smart
host_key_checking = False
timeout = 60
callback_enabled = profile_tasks
#stdout_callback = yaml
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True
localhost_warning = False
# Fail ansible-playbook run at first task failure
any_errors_fatal = True
[privilege_escalation]
become = False