feat: changed the way peertube role is handled
This commit is contained in:
parent
7ce68f6293
commit
41bd6ac61e
0
roles/peertube-k3s/README.md
Normal file
0
roles/peertube-k3s/README.md
Normal file
23
roles/peertube-k3s/tasks/main.yml
Normal file
23
roles/peertube-k3s/tasks/main.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
- name: mise a jour de resolv.conf...
|
||||||
|
copy:
|
||||||
|
src: /root/tools/ansible/gsb2023/roles/peertube/files/resolv.conf
|
||||||
|
dest: /etc/
|
||||||
|
mode: '0644'
|
||||||
|
|
||||||
|
- name: installation de docker...
|
||||||
|
shell: curl https://releases.rancher.com/install-docker/20.10.sh | sh
|
||||||
|
|
||||||
|
- name: attente de l'installation...
|
||||||
|
wait_for:
|
||||||
|
timeout: 30
|
||||||
|
host: localhost
|
||||||
|
|
||||||
|
- name: installation de k3s...
|
||||||
|
shell: curl -sfL https://get.k3s.io | sh -s - --docker
|
||||||
|
|
||||||
|
- name: mise a jour de resolv.conf...
|
||||||
|
copy:
|
||||||
|
src: /root/tools/ansible/gsb2023/roles/peertube/files/resolv.conf
|
||||||
|
dest: /etc/
|
||||||
|
mode: '0644'
|
@ -1,21 +1,4 @@
|
|||||||
---
|
---
|
||||||
- name: installation de docker...
|
|
||||||
shell: curl https://releases.rancher.com/install-docker/20.10.sh | sh
|
|
||||||
|
|
||||||
- name: attente de l'installation...
|
|
||||||
wait_for:
|
|
||||||
timeout: 30
|
|
||||||
host: localhost
|
|
||||||
|
|
||||||
- name: installation de k3s...
|
|
||||||
shell: curl -sfL https://get.k3s.io | sh -s - --docker
|
|
||||||
|
|
||||||
- name: mise a jour de resolv.conf...
|
|
||||||
copy:
|
|
||||||
src: /root/tools/ansible/gsb2023/roles/peertube/files/resolv.conf
|
|
||||||
dest: /etc/
|
|
||||||
mode: '0644'
|
|
||||||
|
|
||||||
- name: création du répertoire du dépot peertube...
|
- name: création du répertoire du dépot peertube...
|
||||||
file:
|
file:
|
||||||
path: /root/tools/peertube
|
path: /root/tools/peertube
|
||||||
|
@ -7,4 +7,5 @@
|
|||||||
- post
|
- post
|
||||||
- snmp-agent
|
- snmp-agent
|
||||||
- ssh-cli
|
- ssh-cli
|
||||||
|
- peertube-k3s
|
||||||
- peertube
|
- peertube
|
||||||
|
Loading…
x
Reference in New Issue
Block a user