blob: 9345045f0f87f51382eb69685ecdd0959476f2d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[defaults]
host_key_checking = False
transport = ssh
remote_user = admin
roles_path = roles
inventory = inventory
force_color = True
interpreter_python = auto_silent
[connection]
pipelining = True
[privilege_escalation]
become = True
|