diff options
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/ansible.cfg b/ansible.cfg index 60b2e57..d4b0897 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,15 +1,17 @@ [defaults] -remote_tmp = ~/.ansible/tmp +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 +#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 +#timeout = 10 +#executable = /bin/bash host_key_checking = False #remote_port = 22 |
