feat: added peertube role

This commit is contained in:
Elam Monnot
2023-03-30 08:21:21 +02:00
parent fe0629d1c3
commit a35048dc9f
5 changed files with 37 additions and 1 deletions

0
roles/peertube/README.md Normal file
View File

View File

@@ -0,0 +1,11 @@
---
- name: installation de docker...
command: curl https://releases.rancher.com/install-docker/20.10.sh | sh
- name: installation de k3s...
command: curl -sfL https://get.k3s.io | sh -s - --docker
- name: activationde k3s au démarrage...
systemd:
name: k3s
enabled: true