diff options
| author | Luke Hoersten <[email protected]> | 2019-01-19 13:00:49 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2019-01-19 13:00:49 -0600 |
| commit | 02e2dca550bae1d23a3b37af98f8c568f11da989 (patch) | |
| tree | 85fc85920678ac5607a6e6e3b5be2e3a0ad76bf9 /ansible.cfg | |
| parent | 4e5135743f1a8b9a387d57998e808bd09e0c6b1f (diff) | |
Removed my specific ansible config.
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ansible.cfg b/ansible.cfg deleted file mode 100644 index d4b0897..0000000 --- a/ansible.cfg +++ /dev/null @@ -1,19 +0,0 @@ -[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 |
