15 lines
350 B
YAML
15 lines
350 B
YAML
---
|
|
mem_size: 8192
|
|
num_cpus: 2
|
|
datadisks:
|
|
- {size: 500, type: nvme}
|
|
- {size: 50, type: nvme}
|
|
|
|
firewall_in:
|
|
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
|
- {proto: tcp, port: 2049, from: [172.20.20.0/22]}
|
|
- {proto: tcp, port: 2049, from: [172.20.30.0/24]}
|
|
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}
|
|
|
|
sssd_allow_groups:
|
|
- root
|