✨: replace docker with podman
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m12s
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m12s
This commit was merged in pull request #12.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---
|
||||
|
||||
- name: Install docker
|
||||
hosts: dockerservers
|
||||
roles:
|
||||
- docker
|
||||
6
playbooks/podman.yml
Normal file
6
playbooks/podman.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Install podman
|
||||
hosts: podmanservers
|
||||
roles:
|
||||
- podman
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user