ansible/group_vars/shell.yml

10 lines
163 B
YAML

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