forked from gadmin/gsb2023
fix: tried to make peertube role work
This commit is contained in:
parent
86e7124f24
commit
58f4556a53
@ -8,10 +8,15 @@
|
||||
- name: installation de docker...
|
||||
shell: curl https://releases.rancher.com/install-docker/20.10.sh | sh
|
||||
|
||||
- name: attente de l'installation...
|
||||
- name: attente de l'installation de docker...
|
||||
wait_for:
|
||||
timeout: 30
|
||||
host: localhost
|
||||
|
||||
- name: installation de k3s...
|
||||
shell: curl -sfL https://get.k3s.io | sh -s - --docker
|
||||
|
||||
- name: attente de l'installation de k3s...
|
||||
wait_for:
|
||||
timeout: 25
|
||||
host: localhost
|
||||
|
Loading…
x
Reference in New Issue
Block a user