updated playbooks

This commit is contained in:
Alexander Gabriel 2022-01-10 19:18:06 +01:00
parent c3432a7452
commit 3739c29331
2 changed files with 9 additions and 3 deletions

View File

@ -7,13 +7,19 @@ Variables:
* 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_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
* 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/

View File

@ -1 +1 @@
alegab ALL=(ALL:ALL) NOPASSWD:ALL
%sudo ALL=(ALL:ALL) NOPASSWD:ALL