ETH CxS GLPI Agent
Installs the GLPI-Agent for the ETH CxS Inventory
Requirements
None that are not handled within role.
Role Variables
Variable | Required | Default | Choices | Comments |
---|---|---|---|---|
cxs_glpi_agent_conf | no | true | true, false | define if CxS GLPI Agent will be installed |
cxs_inventory_server | yes | none | String | Specify Proxy to use to connect to the Inventory |
cxs_inventory_fingerprint | yes | [] | string | Specify the certificate-fingeprint of the according Proxy server |
cxs_inventory_tag | no | [] | string | define extra tag for specific use case |
cxs_inventory_proxy_user | yes | [] | string | user for proxy authentication |
cxs_inventory_proxy_pw | yes | [] | string | PW for proxy authentication |
Dependencies
None
Example Playbook
---
- name: Install GLPI-Agent for CxS-Inventory (MTEC/ITET only)
hosts: all
vars:
cxs_inventory_server: https://id-cxs-mtec-inventory.id.ethz.ch/plugins/fusioninventory
cxs_inventory_fingerprint: 220b0d22fcff1e3db6dc7102c2dad5b04a890602
cxs_inventory_tag:
cxs_inventory_proxy_user:
cxs_inventory_proxy_pw:
roles:
- cxs-glpi-agent
#temporarily only for MTEC/ITET
...
License
BSD
Author Information
Maintainer: Philipp Sauter Support-Contact: s4d-linux-support@id.ethz.ch