Test mit geänderten Variablen
This commit is contained in:
parent
ac805d4af9
commit
bbf2f78e95
13 changed files with 87 additions and 606 deletions
|
@ -7,8 +7,8 @@
|
|||
pre_tasks:
|
||||
- pause:
|
||||
prompt: "Enter global-admin active directory password, leave empty to skip domain join"
|
||||
minutes: 1
|
||||
echo: false
|
||||
minutes: 5
|
||||
echo: false
|
||||
register: adpw
|
||||
no_log: true
|
||||
when: "ansible_cmdline.adpw is not defined"
|
||||
|
@ -22,12 +22,23 @@
|
|||
vtype: string
|
||||
|
||||
vars:
|
||||
#domain: "{{ ansible_domain }}"
|
||||
domain: qgm.lan
|
||||
domain: "{{ ansible_domain }}"
|
||||
kerberize_uris: qgm.lan
|
||||
apt_conf: Acquire::http::Proxy "http://netboot.qgm.lan:3142/";
|
||||
ntp_serv: server.qgm.lan
|
||||
proxy: http://firewall.qgm.lan:3128
|
||||
no_proxy: firewall.qgm.lan, server.qgm.lan, qgm.lan
|
||||
|
||||
## PAM mount nextcloud, remove or leave empty to skip:
|
||||
web_dav: https://wolke.qg-moessingen.de/remote.php/dav/files/%(USER)
|
||||
|
||||
## Local mirror for mscorefonts. Remove or leave empty to use no mirror:
|
||||
mirror_msfonts: http://netboot.qgm.lan/mscorefonts/
|
||||
|
||||
# Linbo Passwort
|
||||
rsyncsecret: Muster!
|
||||
## Use grub-mkpasswd-pbkdf2 to calculate the password hash:
|
||||
grub_pwd: 'grub.pbkdf2.sha512.10000.FB60266F69FB181327AFB76193192454FC64151559EFF4D6B8FB7C7904A2A9C4778EDD515B46F770DB6A009F36903C193917BBBC571C5B6AAB2A69208BE01A6E.7B82114A0239C0EC55A50E95C48FA74A8910DEE4088447786DAB35770B9C2CF2D1550CF3B7452155EB55D5F84E5D357BF12B8D299CF9B01BF5D71D516CF826DB'
|
||||
## Use grub-mkpasswd-pbkdf2: to calculate the password hash, this hash is for "geheim":
|
||||
grub_pwd: 'grub.pbkdf2.sha512.10000.775CB8C7FDA6892B684049EC0257245BA886719264ED9CDB3A7543B3562CC71BA70DB31F3550586D1F41642B13AEF61857FE009AF891D0854A8383251C55119D.30056755AF00EA171069E591D3CA18A592C8C5DEC7E0DEE957AC23A51F58CC5E05231AC49674EC19F2BACAD7D510DF58A157840596F0247054C7FD42C5D43BE7'
|
||||
nfs4: false
|
||||
extra_pkgs:
|
||||
- vim
|
||||
|
@ -39,7 +50,6 @@
|
|||
- debconf-utils
|
||||
- ctorrent
|
||||
extra_pkgs_bpo: [] # [ linux-image-amd64 ]
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
|
||||
roles:
|
||||
- lmn_network
|
||||
|
@ -47,5 +57,6 @@
|
|||
- lmn_sssd
|
||||
- lmn_mount
|
||||
#- lmn_kde
|
||||
#- lmn_myschool ## school specific customization
|
||||
#- lmn_printer
|
||||
#- kerberize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue