mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move ansible tmp file to eliminate ~
This commit is contained in:
parent
26de481e93
commit
825d442a34
1 changed files with 23 additions and 23 deletions
|
@ -13,8 +13,8 @@
|
||||||
|
|
||||||
hostfile = /etc/ansible/hosts
|
hostfile = /etc/ansible/hosts
|
||||||
library = /usr/share/ansible
|
library = /usr/share/ansible
|
||||||
remote_tmp = ~/.ansible/tmp
|
remote_tmp = /opt/iiab/iiab/.anisble/tmp
|
||||||
local_tmp = ~/.ansible/tmp
|
local_tmp = /opt/iiab/iiab/.anisble/tmp
|
||||||
pattern = *
|
pattern = *
|
||||||
forks = 5
|
forks = 5
|
||||||
poll_interval = 15
|
poll_interval = 15
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue