homelab/dev/podman.yml
2025-08-08 01:38:49 -04:00

10 lines
148 B
YAML

- name: Install Podman server
hosts: all
become: true
vars_files:
- host_vars/podman.yml
roles:
- base
- podman
- bitwarden