Implement home exam server.

This commit is contained in:
Andreas B. Mundt 2022-10-22 16:44:05 +02:00
parent 147fddc772
commit f4f0795e80
10 changed files with 248 additions and 0 deletions

17
fvs-homex-server.yml Normal file
View file

@ -0,0 +1,17 @@
## This playbook deploys a FvS homex server machine.
---
- name: apply configuration to the homex server
hosts: all
remote_user: ansible
become: yes
vars:
extra_pkgs:
- vim
- systemd-journal-remote
- python3-ldap
extra_pkgs_bpo: [ ]
roles:
- up2date_debian
- fvs-sssd
- exam_homes