Premier commit

This commit is contained in:
phil
2023-12-18 23:20:30 +01:00
parent ec25c6dba9
commit 62ef5fa4e9
577 changed files with 46490 additions and 1 deletions

20
s-itil.yml Normal file
View File

@@ -0,0 +1,20 @@
---
- hosts: localhost
connection: local
vars:
glpi_version: "10.0.6"
glpi_dir: "/var/www/html/glpi"
glpi_dbhost: "127.0.0.1"
glpi_dbname: "glpi"
glpi_dbuser: "glpi"
glpi_dbpasswd: "glpi"
roles:
- base
- goss
- snmp-agent
- glpi
- ssh-cli
- syslog-cli
- post