---
-- name: Install packages
+- name: Install inventory-agent
ansible.builtin.apt:
- pkg:
- - fusioninventory-agent
-- name: Copy fusioninventory-agent cfg-file
+ name: fusioninventory-agent
+- name: Copy nventory-agent config file
ansible.builtin.template:
src: fusioninventory_01server.cfg.j2
dest: /etc/fusioninventory/conf.d/01server.cfg
---
-- name: Bootstrapping all server
+- name: Bootstrapping
ansible.builtin.include_tasks: bootstrap.yml
- name: OpenLDAP-Server
ansible.builtin.include_tasks: openldap.yml
when: ("forgejo" in group_names)
#
# Inventory immer als letztes
-#- name: Include inventory (last task)
-# ansible.builtin.include_tasks: inventory.yml
+- name: Include inventory (last task)
+ ansible.builtin.include_tasks inventory.yml