chore: wip on demo-gymburgdorf inventory and architecture notes
This commit is contained in:
parent
56bff066f7
commit
103d95740d
16 changed files with 455 additions and 8 deletions
|
|
@ -65,6 +65,18 @@
|
|||
roles:
|
||||
- digitalboard.core.drawio
|
||||
|
||||
- name: Deploy send service
|
||||
hosts: send_servers
|
||||
become: yes
|
||||
roles:
|
||||
- digitalboard.core.send
|
||||
|
||||
- name: Deploy openforms service
|
||||
hosts: openforms_servers
|
||||
become: yes
|
||||
roles:
|
||||
- digitalboard.core.openforms
|
||||
|
||||
- name: Deploy opencloud service
|
||||
hosts: opencloud_servers
|
||||
become: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue