mg
caffcca482
funktioniert auf --> getestet auf Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#158 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
544 B
544 B
mgrote.apt_install_packages
Beschreibung
Fuehrt:
apt install {{ programme }}
aus.
programs_common:
- locales
- wird überall installiert
programs_only_physical:
- hddtemp
- nur auf Hardware-Maschinen
programs_only_vms:
- qemu-guest-agent
- nur in VMs
programs_extra:
- Extra-Parameter für einzelne Hosts
Es wird unterschieden ob das Ziel eine VM ist oder nicht.
getestet auf
- Ubuntu (>=18.04)
- Debian
- ProxMox 6.1
Variablen + Defaults
- siehe default/main.yml