Add mongodb hosts

This commit is contained in:
Timo Makinen 2022-02-03 21:20:04 +00:00
parent 2cefd6d50d
commit 58eb8c1313
4 changed files with 41 additions and 0 deletions

6
group_vars/mongodb.yml Normal file
View file

@ -0,0 +1,6 @@
---
datadisks:
- 20
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 27017, from: [172.20.20.0/22]}