add git host group

This commit is contained in:
Timo Makinen 2019-05-17 11:39:04 +03:00
parent 3a6ceec53c
commit a283444443
4 changed files with 41 additions and 0 deletions

9
group_vars/git.yml Normal file
View file

@ -0,0 +1,9 @@
---
os_type: centos7
datadisk_size:
- 10
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 443, from: [172.20.20.0/22]}