1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[defaults] inventory = ./hosts host_key_checking = false # additional path to search for roles in roles_path = roles # enable logging log_path = ./ansible.log [privilege_escalation] become=True become_method=sudo become_user=root [ssh_connection] pipelining = True