Install pip and docker (specific version for nextcloud AIO)
This commit is contained in:
parent
104f799d58
commit
25396b7c0f
|
|
@ -1,5 +1,17 @@
|
||||||
---
|
---
|
||||||
- name: Basic check nodes
|
- name: Install Nextcloud AIO Docker
|
||||||
hosts: all
|
hosts: all
|
||||||
|
become: true
|
||||||
|
vars:
|
||||||
|
pip_install_packages:
|
||||||
|
- name: docker
|
||||||
|
docker_version: "=5:28.2.2-1~ubuntu.24.04~noble"
|
||||||
|
docker_users:
|
||||||
|
- fabio
|
||||||
|
- ansible
|
||||||
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- nextcloud_aio
|
- geerlingguy.pip
|
||||||
|
- geerlingguy.docker
|
||||||
|
# - nextcloud_aio
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue