: replace docker with podman
Some checks failed
ansible-lint / lint-everything (push) Has been cancelled

This commit is contained in:
VC
2025-11-23 16:28:38 +01:00
parent e4c66c065f
commit 17aabc49a3
10 changed files with 56 additions and 54 deletions

View File

@@ -1,6 +0,0 @@
---
- name: Install docker
hosts: dockerservers
roles:
- docker

6
playbooks/podman.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: Install podman
hosts: podmanservers
roles:
- podman

View File

@@ -54,8 +54,8 @@
import_playbook: peertube.yml
- name: Run elasticsearch playbook
import_playbook: elasticsearch.yml
- name: Run docker playbook
import_playbook: docker.yml
- name: Run podman playbook
import_playbook: podman.yml
- name: Run gitea playbook
import_playbook: gitea.yml
- name: Run vaultwarden playbook