Add shell hosts group
This commit is contained in:
parent
d88f341d15
commit
199e250562
4 changed files with 50 additions and 0 deletions
9
group_vars/shell.yml
Normal file
9
group_vars/shell.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
# beef up shell hosts
|
||||
dsk_size: 40
|
||||
mem_size: 4096
|
||||
num_cpus: 4
|
||||
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22}
|
Loading…
Add table
Add a link
Reference in a new issue