From: Ullli Date: Wed, 17 May 2023 15:02:22 +0000 (+0200) Subject: erstellt X-Git-Url: https://freie-schul-it.de/gitweb/fsit-cmgt.git/commitdiff_plain/1259534b286cec4705a386f90950f3b8801020ac?hp=b60f9ed8a18733b4f91ddf8c89e06a5d528f9ee9 erstellt --- diff --git a/library/helpdesk.yml b/library/helpdesk.yml new file mode 100644 index 0000000..aaa1bb4 --- /dev/null +++ b/library/helpdesk.yml @@ -0,0 +1,13 @@ +--- +- name: install fusioninventory-agent + ansible.builtin.apt: + pkg: + - fusioninventory-agent +- name: create fusioninventory-agent config-file + ansible.builtin.copy: + dest: /etc/fusioninventory/conf.d/01server.cfg + content: | + server = http://"{{ helpdeskserver }}"/plugins/fusioninventory/ +- name: start fusioninventory-agent + command: fusioninventory-agent +...