20 lines
248 B
YAML
20 lines
248 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# vars file for podman
|
|
|
|
dnf_packages:
|
|
- podman
|
|
- python3-pip
|
|
- firewalld
|
|
- bash-completion
|
|
- dnf-automatic
|
|
|
|
firewalld_services:
|
|
- http
|
|
- https
|
|
|
|
podman_user: apps
|
|
podman_uid: 1000
|
|
|
|
min_user_port: 53
|