mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Removed dependencies and used include_roles to raise performance and make infinito to a racing car
This commit is contained in:
		@@ -18,7 +18,4 @@ galaxy_info:
 | 
			
		||||
    - performance
 | 
			
		||||
  repository: "https://github.com/kevinveenbirkenbach/infinito-nexus"
 | 
			
		||||
  issue_tracker_url: "https://github.com/kevinveenbirkenbach/infinito-nexus/issues"
 | 
			
		||||
  documentation: "https://github.com/kevinveenbirkenbach/infinito-nexus/roles/srv-web-7-4-core"
 | 
			
		||||
dependencies:
 | 
			
		||||
  - sys-hlth-webserver
 | 
			
		||||
  - sys-hlth-csp
 | 
			
		||||
  documentation: "https://github.com/kevinveenbirkenbach/infinito-nexus/roles/srv-web-7-4-core"
 | 
			
		||||
@@ -1,3 +1,10 @@
 | 
			
		||||
- name: Include health dependencies
 | 
			
		||||
  include_role:
 | 
			
		||||
    name: "{{ item }}"
 | 
			
		||||
  loop:
 | 
			
		||||
    - sys-hlth-webserver
 | 
			
		||||
    - sys-hlth-csp
 | 
			
		||||
 | 
			
		||||
- name: Include openresty
 | 
			
		||||
  # Outside of run_once block is necessary for handler loading
 | 
			
		||||
  # Otherwise the when: condition from the block is added to the handlers
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user