mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Optimized sys-hlth-csp performance
This commit is contained in:
		@@ -3,3 +3,10 @@
 | 
			
		||||
    name: sys-hlth-csp{{ SYS_SERVICE_SUFFIX }}
 | 
			
		||||
    enabled: 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
 | 
			
		||||
  vars:
 | 
			
		||||
    package_name: checkcsp
 | 
			
		||||
 | 
			
		||||
- name: rebuild checkcsp docker image
 | 
			
		||||
  shell: checkcsp build
 | 
			
		||||
  # Todo this could be optimized in the future
 | 
			
		||||
    package_notify: rebuild checkcsp docker image
 | 
			
		||||
 | 
			
		||||
- name: "create {{ health_csp_crawler_folder }}"
 | 
			
		||||
  file:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user