1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #301 from tim-moody/ans-cfg

move ansible tmp file to eliminate ~

Holt polled for objections on our 8-person live chat (among those awake ;)
This commit is contained in:
A Holt 2017-09-21 17:29:36 -04:00 committed by GitHub
commit 277a3998eb

View file

@ -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