Added docker baserow role

This commit is contained in:
2023-09-02 18:09:06 +02:00
parent 5a7141ab12
commit 8f715f8d81
7 changed files with 73 additions and 0 deletions

View File

@@ -182,6 +182,14 @@
domain: "tickets.{{top_domain}}"
http_port: 8015
mail_interface_http_port: 8016
- name: setup baserow hosts
hosts: baserow
become: true
roles:
- role: docker-baserow
vars:
domain: baserow.{{top_domain}}
http_port: 8017
- name: setup akaunting hosts
hosts: akaunting
become: true