26 lines
339 B
YAML
26 lines
339 B
YAML
---
|
|
- name: podman host setup
|
|
hosts: podman_hosts
|
|
roles:
|
|
- common
|
|
- hardening
|
|
- rootless_host
|
|
- backup
|
|
tags:
|
|
- host_setup
|
|
|
|
- name: traefik setup
|
|
hosts: podman_hosts
|
|
roles:
|
|
- traefik
|
|
tags:
|
|
- traefik
|
|
|
|
- name: podman services setup
|
|
hosts: podman_hosts
|
|
roles:
|
|
- services
|
|
tags:
|
|
- services
|
|
|