This commit is contained in:
2024-09-29 16:04:27 +02:00
parent 98fbed31b7
commit 134eb18465
28 changed files with 2356 additions and 128 deletions

View File

@ -218,6 +218,15 @@
tags:
- apt-lxc-hosts-pkgs
- name: (apt.yml) Install docker related packages
apt:
name: "{{ apt_docker_host_pkgs }}"
state: "{{ apt_install_state }}"
when:
- groups['docker_host']|string is search(inventory_hostname)
tags:
- apt-docker-hosts-pkgs
- name: (apt.yml) Install kvm_host related packages
apt:
name: "{{ apt_kvm_host_pkgs }}"