add expand to two hypervisors

This commit is contained in:
Pim Kunis 2023-05-04 12:29:29 +02:00
parent d8787fa9a6
commit ed6723e1da
11 changed files with 105 additions and 43 deletions
ansible/roles/inbucket

View file

@ -2,8 +2,12 @@
version: "3.7"
services:
kms-server:
image: inbucket/inbucket
ports:
- 2500:2500
- 9000:9000
kms-server:
image: inbucket/inbucket
ports:
- 2500:2500
- 9000:9000
deploy:
placement:
constraints:
- "node.labels.public == true"