Go to file
2021-06-08 19:33:14 +01:00
tasks first commit, create debian iso for unattended installation 2021-06-07 23:40:54 +01:00
templates be able to install packages at installation 2021-06-07 23:49:26 +01:00
LICENSE Initial commit 2021-06-07 23:44:18 +02:00
README.md added python apt to enable ansible 2021-06-08 19:33:14 +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

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