infrastructure/playbooks/saiblog.yml

18 lines
258 B
YAML
Raw Permalink Normal View History

- name: Install Saiblog.
hosts: saiblog
roles:
- role: podman
become: true
tags:
- always
- podman
- role: caddy
become: true
tags:
- always
- caddy
- role: saiblog
become: true