Compare commits

...

5 Commits

Author SHA1 Message Date
Elam Monnot
3565d85543 fix: fixed l3s cluster being unreacheable 2023-04-04 08:13:55 +02:00
Elam Monnot
de757a6b55 fix: changed default playbook for peertube 2023-04-03 11:53:43 +02:00
Elam Monnot
e38f8c6da5 fix: mispelling in peertube mail.yaml 2023-04-03 11:45:47 +02:00
Elam Monnot
40eadcc37a fix: needed helm repos to use peertube 2023-04-03 11:24:36 +02:00
Johan Largy
68c05b0794 correction port 2023-04-03 11:22:58 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -27,4 +27,4 @@
shell: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash shell: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- name: installation de peertube... - name: installation de peertube...
shell: helm repo add https://charts.bitnami.com/bitnami && helm repo add https://bokysan.github.io/docker-postfix && helm dependency build /root/tools/peertube/helm/ && helm install --create-namesapce -n peertube peertube-gsb /root/tools/peertube/helm shell: helm repo add postgresql https://charts.bitnami.com/bitnami && helm repo add redis https://charts.bitnami.com/bitnami && helm repo add mail https://bokysan.github.io/docker-postfix && helm dependency build /root/tools/peertube/helm/ && helm install --create-namespace -n peertube peertube-gsb /root/tools/peertube/helm

View File

@@ -14,4 +14,4 @@ iface enp0s3 inet static
allow-hotplug enp0s8 allow-hotplug enp0s8
iface enp0s8 inet static iface enp0s8 inet static
address 192.168.100.20/24 address 192.168.100.20/24
post-up systemctl start k3s post-up systemctl start k3s && export KUBECONFIG=/etc/rancher/k3s/k3s.yaml

View File

@@ -4,7 +4,7 @@
roles: roles:
- base - base
- peertube
- post - post
- snmp-agent - snmp-agent
- ssh-cli - ssh-cli
- peertube

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
#recuperation du fichier de config #recuperation du fichier de config
wget http://r-vp1.gsb.adm:8800/wg0-b.conf wget http://r-vp1.gsb.adm:8000/wg0-b.conf
#renomage fichier et mv #renomage fichier et mv
mv ./wg0-b.conf /etc/wireguard/wg0.conf mv ./wg0-b.conf /etc/wireguard/wg0.conf
#activation interface wg0 #activation interface wg0