9 lines
132 B
YAML
9 lines
132 B
YAML
- name: Install Podman server
|
|
hosts: all
|
|
become: true
|
|
vars_files:
|
|
- host_vars/podman.yml
|
|
roles:
|
|
- base
|
|
- podman
|