Implement home exam server.
This commit is contained in:
parent
147fddc772
commit
f4f0795e80
10 changed files with 248 additions and 0 deletions
17
fvs-homex-server.yml
Normal file
17
fvs-homex-server.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue