This commit is contained in:
Frank Schiebel 2024-06-06 10:29:07 +02:00
parent a1b1cfa8a4
commit b5f79519cb
18 changed files with 260 additions and 34 deletions

View file

@ -21,7 +21,7 @@
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)
web_dav: https://wolke.qg-moessingen.de/nextcloud/remote.php/dav/files/%(USER)
## Local mirror for mscorefonts. Remove or leave empty to use no mirror:
mirror_msfonts: http://netboot.qgm.lan/mscorefonts/
@ -55,6 +55,12 @@
#- kerberize
tasks:
- name: Copy Server roots-pubkey to clients
authorized_key:
user: ansible
state: present
key: "{{ lookup('file', 'pubkeys/serverroot.pub') }}"
- name: Fix unattended-upgrades
ansible.builtin.copy:
dest: /etc/apt/apt.conf.d/20auto-upgrades