17 lines
258 B
YAML
17 lines
258 B
YAML
- name: Install Saiblog.
|
|
|
|
hosts: saiblog
|
|
|
|
roles:
|
|
- role: podman
|
|
become: true
|
|
tags:
|
|
- always
|
|
- podman
|
|
- role: caddy
|
|
become: true
|
|
tags:
|
|
- always
|
|
- caddy
|
|
- role: saiblog
|
|
become: true
|