fix: set default inventory and remote tmp
This commit is contained in:
parent
796fcb8b07
commit
26dc670949
@ -1,6 +1,8 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
interpreter_python=/usr/bin/python3
|
interpreter_python = /usr/bin/python3
|
||||||
roles_path=./roles
|
roles_path = ./roles
|
||||||
|
inventory = inventory/hosts.yml
|
||||||
|
remote_tmp = /tmp/.ansible-${USER}
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user