Go to file
2022-07-21 21:47:20 +02:00
files updated playbooks 2022-01-10 19:18:06 +01:00
tasks seperate directory for every host 2022-07-21 21:47:20 +02:00
templates seperate directory for every host 2022-07-21 21:47:20 +02:00
LICENSE Initial commit 2021-06-07 23:44:18 +02:00
README.md updated playbooks 2022-01-10 19:18:06 +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: "{{ debianunattended_hostname | default('debianunattended') }}"
  • 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-common software-properties-common
  • debianunattended_proxystring: http://hostname:port
  • debianunattended_mirror: ftp.de.debian.org #backup-ip-address for environment without dhcp
  • debianunattended_staticip_ipaddress: 192.168.1.42
  • debianunattended_staticip_netmask: 255.255.255.0
  • debianunattended_staticip_gateway: 192.168.1.1
  • debianunattended_staticip_nameservers: 192.168.1.1
  • debianunattended_mirror: ftp.de.debian.org

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