11 lines
134 B
YAML
11 lines
134 B
YAML
|
firewall_in_ports:
|
||
|
- "80"
|
||
|
- "443"
|
||
|
- "{{ ssh_port }}"
|
||
|
|
||
|
hostname: chosto
|
||
|
|
||
|
ssh_port: "2220"
|
||
|
|
||
|
prometheus_server_ip: "51.178.182.35"
|