29 lines
598 B
YAML
29 lines
598 B
YAML
service:
|
|
docker:
|
|
enabled: true
|
|
running: true
|
|
group:
|
|
docker:
|
|
exists: true
|
|
gid: 994
|
|
interface:
|
|
eth0:
|
|
exists: true
|
|
addrs:
|
|
- 172.16.0.101/24
|
|
- fe80::be24:11ff:fed2:d5ff/64
|
|
mtu: 1500
|
|
http:
|
|
http://ap31-test.sio.lan:8080/:
|
|
status: 200
|
|
allow-insecure: false
|
|
no-follow-redirects: false
|
|
timeout: 10000
|
|
body: []
|
|
https://ap31-test.sio.lan:4848/:
|
|
status: 200
|
|
allow-insecure: true
|
|
no-follow-redirects: false
|
|
timeout: 10000
|
|
body: []
|