commit 750420eaf0b18ce0536d0df375ed0e65b861d319 Author: root Date: Wed Oct 20 07:19:09 2021 +0000 fichier goss diff --git a/goss/goss.yaml b/goss/goss.yaml new file mode 100644 index 0000000..58d4b3c --- /dev/null +++ b/goss/goss.yaml @@ -0,0 +1,48 @@ +package: + ssh: + installed: true + versions: + - 1:8.4p1-5 +port: + tcp:22: + listening: true + ip: + - 0.0.0.0 +service: + apache2: + enabled: true + running: true + mysql: + enabled: true + running: true + ssh: + enabled: true + running: true + tomcat10.service: + enabled: true + running: true +group: + ssh: + exists: true + gid: 108 +interface: + eth0: + exists: true + addrs: + - 10.121.38.68/24 + - fe80::38c9:2bff:fe68:a573/64 + mtu: 1500 +http: + http://10.121.38.68:8080/: + status: 200 + allow-insecure: false + no-follow-redirects: false + timeout: 5000 + body: + - Tomcat 10.0 + http://10.121.38.69/doku/doku.php: + status: 200 + allow-insecure: false + no-follow-redirects: false + timeout: 5000 + body: []