fix: sychronized roles for peertube
This commit is contained in:
parent
d6d4991c16
commit
bac2f067a9
@ -2,6 +2,11 @@
|
|||||||
- name: installation de docker...
|
- name: installation de docker...
|
||||||
shell: curl https://releases.rancher.com/install-docker/20.10.sh | sh
|
shell: curl https://releases.rancher.com/install-docker/20.10.sh | sh
|
||||||
|
|
||||||
|
- name: attente de l'installation...
|
||||||
|
wait_for:
|
||||||
|
timeout: 30
|
||||||
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: installation de k3s...
|
- name: installation de k3s...
|
||||||
shell: curl -sfL https://get.k3s.io | sh -s - --docker
|
shell: curl -sfL https://get.k3s.io | sh -s - --docker
|
||||||
|
|
||||||
|
@ -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 && export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
post-up systemctl start k3s && sleep 20 && export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user