fix: swapped ansible modules in the peertube role
This commit is contained in:
parent
2b5fc38edb
commit
b5abdda49d
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
- name: installation de docker...
|
- 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...
|
- 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...
|
- name: activationde k3s au démarrage...
|
||||||
systemd:
|
systemd:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
nom=s-lb-web1
|
nom=s-peertube
|
||||||
|
|
||||||
# N-adm (enp0s3)
|
# N-adm (enp0s3)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user