inv comes with repo, remote_tmp subdir
This commit is contained in:
parent
6acd31cd72
commit
08c1d27a9a
1 changed files with 10 additions and 0 deletions
10
ansible.cfg
Normal file
10
ansible.cfg
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[defaults]
|
||||||
|
# local
|
||||||
|
inventory = ./inventory/hosts
|
||||||
|
retry_files_save_path = ~/.ansible/retry-files
|
||||||
|
#vault_password_file = ~/.ansible/vault-password-file
|
||||||
|
# remote
|
||||||
|
remote_tmp = $HOME/ansible_tmp
|
||||||
|
|
||||||
|
#[ssh_connection]
|
||||||
|
#pipelining = True
|
Loading…
Reference in a new issue