mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-18 17:55:09 +02:00
Optimized sys-hlth-csp performance
This commit is contained in:
parent
14d3f65a70
commit
43362e1694
@ -3,3 +3,10 @@
|
|||||||
name: sys-hlth-csp{{ SYS_SERVICE_SUFFIX }}
|
name: sys-hlth-csp{{ SYS_SERVICE_SUFFIX }}
|
||||||
enabled: yes
|
enabled: yes
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
|
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
|
||||||
|
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
|
||||||
|
|
||||||
|
- name: rebuild checkcsp docker image
|
||||||
|
shell: checkcsp build
|
||||||
|
async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
|
||||||
|
poll: "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
|
||||||
|
@ -8,10 +8,7 @@
|
|||||||
name: pkgmgr-install
|
name: pkgmgr-install
|
||||||
vars:
|
vars:
|
||||||
package_name: checkcsp
|
package_name: checkcsp
|
||||||
|
package_notify: rebuild checkcsp docker image
|
||||||
- name: rebuild checkcsp docker image
|
|
||||||
shell: checkcsp build
|
|
||||||
# Todo this could be optimized in the future
|
|
||||||
|
|
||||||
- name: "create {{ health_csp_crawler_folder }}"
|
- name: "create {{ health_csp_crawler_folder }}"
|
||||||
file:
|
file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user