ansible.cfg
author Luke Hoersten <luke@hoersten.org>
Sat, 19 Jan 2019 11:52:11 -0600
changeset 71 00a053c664a3
parent 61 2dd82d9e2103
permissions -rw-r--r--
Removed my project-specific main.yaml.

[defaults]
inventory = ./inventory

#remote_tmp = ~/.ansible/tmp

retry_files_enabled = false
roles_path = ./roles
#become_flags = -H -S -n -E
#squash_actions = apk,apt,dnf,homebrew,pacman,pkgng,yum,zypper
#merge_multiple_cli_flags = true

# SSH
#timeout = 10
#executable = /bin/bash
host_key_checking = False
#remote_port    = 22

[ssh_connection]
pipelining = true