Implement VM configuration and deploy the images.

This commit is contained in:
Andreas B. Mundt 2023-01-31 21:18:24 +01:00
parent 396a91fb40
commit 18928f2818
14 changed files with 315 additions and 9 deletions

View file

@ -14,7 +14,7 @@
when: "ansible_cmdline.adpw is not defined"
vars:
domain: "pn.steinbeis.schule"
domain: "{{ ansible_domain }}"
extra_pkgs:
- vim
- mc
@ -22,7 +22,7 @@
- console-setup
- krb5-user
- unattended-upgrades
extra_pkgs_bpo: [ linux-image-amd64 ] # [ libreoffice ]
extra_pkgs_bpo: [ linux-image-amd64 ]
ansible_python_interpreter: "/usr/bin/python3"
roles: