You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
319 B
31 lines
319 B
3 years ago
|
---
|
||
|
|
||
|
port:
|
||
|
tcp:22:
|
||
|
listening: true
|
||
|
ip:
|
||
|
- 0.0.0.0
|
||
|
|
||
|
tcp6:9002:
|
||
|
listening: true
|
||
|
ip:
|
||
|
- '::'
|
||
|
|
||
|
service:
|
||
|
sshd:
|
||
|
enabled: true
|
||
|
running: true
|
||
|
|
||
|
prometheus-node-exporter:
|
||
|
enabled: true
|
||
|
running: true
|
||
|
|
||
|
docker:
|
||
|
enabled: true
|
||
|
running: true
|
||
|
|
||
|
user:
|
||
|
user:
|
||
|
exists: true
|
||
|
|