Implement VM configuration and deploy the images.
This commit is contained in:
parent
396a91fb40
commit
18928f2818
14 changed files with 315 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue