ansible + goss

This commit is contained in:
root
2022-02-09 09:28:32 +01:00
parent 3c8d12a40f
commit b85cfcdf7e
12 changed files with 332 additions and 0 deletions

31
goss/goss.yaml Normal file
View File

@@ -0,0 +1,31 @@
service:
mysql:
enabled: true
running: true
ssh:
enabled: true
running: true
user:
mysql:
exists: true
uid: 106
gid: 113
groups:
- mysql
home: /nonexistent
shell: /bin/false
group:
mysql:
exists: true
gid: 113
ssh:
exists: true
gid: 111
command:
curl -k -s http://onfarbo43/doku|grep onfarbo43:
exit-status: 0
stdout:
- <p>The document has moved <a href="https://onfarbo43/doku">here</a>.</p>
- <address>Apache/2.4.52 (Debian) Server at onfarbo43 Port 80</address>
stderr: []
timeout: 10000