feat(agent): cache PHPIPAM data

!1
This commit is contained in:
2024-02-19 03:38:14 +09:30
parent eb242f77ce
commit fc7d816ab1
3 changed files with 84 additions and 0 deletions

View File

@ -17,3 +17,6 @@
vars: # ToDo: remove the below t4est vars
api_scanagents: tools/scanagents
nfc_c_path_cache: "{{ playbook_dir }}/../cache"
nfc_c_cache_expire_time: 1800
nfc_c_epoch_time_offset: "{{ -((3600 * 9) + 1800 | int) | int }}"