9 lines
195 B
YAML
9 lines
195 B
YAML
---
|
|
- name: Deploy apps to portainer main
|
|
hosts: portainer_main
|
|
become: true
|
|
roles:
|
|
- role: apps/linkwarden
|
|
vars:
|
|
port: 5010
|
|
url: "https://linkwarden.thegrind.dev" |