1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-03 13:47:01 +03:00
one/share/oneprovision/ansible/ansible.cfg.erb

13 lines
279 B
Plaintext
Raw Normal View History

2019-01-18 16:56:48 +01:00
[defaults]
retry_files_enabled = False
deprecation_warnings = False
2019-01-18 16:56:48 +01:00
display_skipped_hosts = False
callback_whitelist =
stdout_callback = skippy
host_key_checking = False
roles_path = <%= roles %>
2019-01-18 16:56:48 +01:00
[privilege_escalation]
become = yes
become_user = root