ansible/group_vars/shell.yml

12 lines
218 B
YAML

---
# beef up shell hosts
dsk_size: 40
mem_size: 8192
num_cpus: 4
firewall_in:
- {proto: tcp, port: 22}
- {proto: tcp, port: 80}
- {proto: tcp, port: 443}
- {proto: tcp, port: 4949, from: [81.175.130.44/32]}