chore: wip on demo-gymburgdorf inventory and architecture notes
This commit is contained in:
parent
1ddd5d9eb9
commit
82f0db8fe3
15 changed files with 451 additions and 8 deletions
|
|
@ -71,6 +71,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