philote/defaults
Piotr Śliwka 2a3aec90d6 Reduce flash wear on target device
By default, ansible stores its temporary files in `$HOME/.ansible/tmp`.
This causes many files to be created on target device's internal flash
memory on every ansible run (even if run with --check or if there are no
changes), wearing it unnecessarily.

This commit changes default remote_tmp location to a directory mounted
in RAM as tmpfs, so that the flash memory is not touched unless there is
actual change in device's configuration.
2019-07-27 11:57:17 +02:00
..
main.yml Reduce flash wear on target device 2019-07-27 11:57:17 +02:00