Skip to content
Snippets Groups Projects
Commit 34791af6 authored by Daniel Müller's avatar Daniel Müller :speech_balloon:
Browse files

Copy telesec root cert to etc/wpa_supplicant

parent 2b61bc57
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
- [local.yml](./local.yml): The main playbook file, can be seen as the entry point
- [roles](./roles): Contains multiple roles (can be seen as small task specific playbooks). The
roles are called in the [local.yml](./local.yml)
- [telesec-globalroot-ca](./roles/telesec-globalroot-ca/tasks/main.yml): Install the root ca certificate for eduroam to `/etc/wpa_supplicant/T-TeleSec_GlobalRoot_Class_2.crt`
- [git-clone](./roles/git-clone/tasks/main.yml): Clone the [ai-at-the-edge](https://code.fbi.h-da.de/pse-ai-at-the-edge/ai-at-the-edge) repository into the notebooks directory
- [jupyter-lab](./roles/jupyter-lab/tasks/main.yml): Install jupyter-lab and configure it with a systemd service and autostart
- [misc-applications](./roles/misc-applications/tasks/main.yml): Install additional extra applications
......
......@@ -29,6 +29,7 @@
- python3-venv
roles:
- telesec-globalroot-ca
- git-clone
- jupyter-lab
- ml-python-packages
......
File added
---
# roles/telesec-globalroot-ca
- name: Copy requirements.txt to remote fs
become: true
copy:
src: files/T-TeleSec_GlobalRoot_Class_2.crt
dest: /etc/wpa_supplicant/T-TeleSec_GlobalRoot_Class_2.crt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment