summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: 9a3803f9b1bab0fab4fefd13e6d81484be598076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

[defaults]
roles_path = ./float/roles:roles:./config/roles
inventory_plugins = ./float/plugins/inventory
action_plugins = ./float/plugins/action:./plugins/action
vars_plugins = ./float/plugins/vars
display_skipped_hosts = False
nocows = 1
force_handlers = True
callback_whitelist = profile_tasks
strategy = mitogen_linear

[inventory]
enable_plugins = float

[ssh_connection]
ssh_args = -C -o ControlMaster=auto -o ControlPersist=120s
control_path_dir = ~/.ansible/cp
control_path = %(directory)s/%%h-%%r
pipelining = True
scp_if_ssh = True