[defaults] inventory = inventory/hosts.yaml roles_path = roles remote_user = julia private_key_file = ~/.ssh/homelab host_key_checking = False retry_files_enabled = False stdout_callback = ansible.builtin.default result_format = yaml callbacks_enabled = profile_tasks vault_password_file = ~/.vault_pass_homelab [privilege_escalation] become = True become_method = sudo become_user = root