Removed dependencies and used include_roles to raise performance and make infinito to a racing car

This commit is contained in:
2025-08-11 21:56:34 +02:00
parent b301e58ee6
commit fbaee683fd
9 changed files with 183 additions and 29 deletions

View File

@@ -26,10 +26,3 @@ galaxy_info:
issue_tracker_url: "https://github.com/kevinveenbirkenbach/infinito-nexus/issues"
documentation: "https://github.com/kevinveenbirkenbach/infinito-nexus/docker"
dependencies:
- sys-bkp-docker-2-loc
- user-administrator
- sys-hlth-docker-container
- sys-hlth-docker-volumes
- sys-rpr-docker-soft
- sys-rpr-docker-hard

View File

@@ -1,6 +1,19 @@
- name: Include backup, repair, health and user dependencies
include_role:
name: "{{ item }}"
loop:
- sys-bkp-docker-2-loc
- user-administrator
- sys-hlth-docker-container
- sys-hlth-docker-volumes
- sys-rpr-docker-soft
- sys-rpr-docker-hard
- name: docker & docker compose install
community.general.pacman:
name: ['docker','docker-compose']
name:
- 'docker'
- 'docker-compose'
state: present
notify: docker restart