Install pip and docker (specific version for nextcloud AIO)

This commit is contained in:
Fabio Sinibaldi 2025-11-13 19:00:04 +01:00
parent 104f799d58
commit 25396b7c0f
1 changed files with 14 additions and 2 deletions

View File

@ -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