inventory: use /tmp as a the temporary dir on openwrt devices

* increases speed (in theory)
* conserve write cycles on the flash
This commit is contained in:
Gregor Michels 2022-09-14 03:27:20 +02:00
parent f0115625f6
commit c9843a4cdd
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@ ap-2bbf ip=10.84.1.30 channel_2g=11 channel_5g=149 # Tent 4
ap-1a38 ip=10.84.1.35 channel_2g=6 channel_5g=153 # Tent 5
ap-8f39 ip=10.84.1.37 channel_2g=1 channel_5g=157 # Tent 5
[accesspoints:vars]
ansible_remote_tmp=/tmp
[switches]
sw-access01 ip=10.84.1.11
sw-access02 ip=10.84.1.12
@ -14,6 +17,9 @@ sw-access02 ip=10.84.1.12
[gateways]
gw-core01 ip=10.84.1.1
[gateways:vars]
ansible_remote_tmp=/tmp
[server]
hyper01 ip=10.84.1.21