2018-11-17 21:19:09 +01:00
|
|
|
[defaults]
|
|
|
|
inventory = ./ansible/hosts
|
|
|
|
retry_files_enabled = False
|
|
|
|
nocows = True
|
|
|
|
transport = local
|
|
|
|
|
|
|
|
[privilege_escalation]
|
2019-02-19 19:03:40 +01:00
|
|
|
become_method = sudo
|
|
|
|
become_user = root
|
|
|
|
become_ask_pass = False
|
2018-11-17 21:19:09 +01:00
|
|
|
|