15 lines
287 B
INI
15 lines
287 B
INI
|
[defaults]
|
||
|
|
||
|
callback_plugins = ansible/callback_plugins
|
||
|
lookup_plugins = ansible/lookup_plugin
|
||
|
inventory = ./ansible/hosts
|
||
|
remote_user = root
|
||
|
retry_files_enabled = False
|
||
|
nocows = True
|
||
|
|
||
|
# [privilege_escalation]
|
||
|
# become=Yes
|
||
|
# become_method=sudo
|
||
|
# become_user=root
|
||
|
# become_ask_pass=False
|