Compare commits

..

2 Commits

Author SHA1 Message Date
b5abdda49d fix: swapped ansible modules in the peertube role 2023-03-30 09:06:55 +02:00
2b5fc38edb fix: added peertube to mkvm 2023-03-30 08:41:17 +02:00
3 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,9 @@
---
- name: installation de docker...
command: curl https://releases.rancher.com/install-docker/20.10.sh | sh
shell: 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
shell: curl -sfL https://get.k3s.io | sh -s - --docker
- name: activationde k3s au démarrage...
systemd:

View File

@ -1,5 +1,5 @@
#!/bin/bash
nom=s-lb-web1
nom=s-peertube
# N-adm (enp0s3)

View File

@ -110,6 +110,8 @@ elif [[ "${vm}" == "s-lb-bd" ]] ; then
create_if "${vm}" "n-adm" "n-dmz-db"
elif [[ "${vm}" == "s-nas" ]] ; then
create_if "${vm}" "n-adm" "n-dmz-db"
elif [[ "${vm}" == "s-peertube" ]] ; then
./addint.s-peertube
elif [[ "${vm}" == "r-vp1" ]] ; then
./addint.r-vp1
elif [[ "${vm}" == "r-vp2" ]] ; then