feat: add peertube repo part1

This commit is contained in:
Elam Monnot
2023-03-30 10:47:17 +02:00
parent 47d6805612
commit 08afef422c
2 changed files with 145 additions and 0 deletions

View File

@@ -4,3 +4,9 @@
- name: installation de k3s...
shell: curl -sfL https://get.k3s.io | sh -s - --docker
- name: clonage du dépot peertube...
git:
repo: https://github.com/Elam-Monnot/Peertube-helm.git
dest: /root/tools/
clone: yes