Go to file
2021-10-08 17:09:50 +02:00
files updated to debian 11, include non-free and contrib, improved sudo-stuff 2021-10-08 17:09:50 +02:00
tasks updated to debian 11, include non-free and contrib, improved sudo-stuff 2021-10-08 17:09:50 +02:00
templates updated to debian 11, include non-free and contrib, improved sudo-stuff 2021-10-08 17:09:50 +02:00
LICENSE Initial commit 2021-06-07 23:44:18 +02:00
README.md added support to copy keys to root, proxy-support and backup-static-ip-support 2021-06-11 23:27:47 +01:00

ansible-role-debianunattended

Create a Debian ISO for unattended installation

Variables:

  • debianunattended_debian_installer_language: de
  • debianunattended_debian_installer_country: DE
  • debianunattended_debian_installer_locale: de_DE.UTF-8
  • debianunattended_keyboard_configuration_xkb_keymap: de
  • debianunattended_hostname: hostname.domain.tld
  • debianunattended_user_fullname: username
  • debianunattended_username: username
  • debianunattended_user_crypt_password: passwordhash
  • debianunattended_time_zone: EU/Berlin
  • debianunattended_additional_packages: git nano wget bash-completion curl socat multitail python-apt
  • debianunattended_proxystring: http://hostname:port
  • debianunattended_mirror: ftp.de.debian.org

Many Thanks to https://www.librebyte.net/en/systems-deployment/unattended-debian-installation/