mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 03:07:14 +02:00
Removed dependencies and used include_roles to raise performance and make infinito to a racing car
This commit is contained in:
@@ -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