]> freie-schul-it.de Git - fsit_smgt.git/blobdiff - tasks/main.yml
noch ein Versuch
[fsit_smgt.git] / tasks / main.yml
index 65609e087b38c4e0ba899015918001621d746d2c..c1820e6da74a0a8a775207f062e9673d86f607ea 100644 (file)
@@ -1,11 +1,20 @@
 ---
 - name: Include bootstrap
   ansible.builtin.include_tasks: bootstrap.yml
 ---
 - name: Include bootstrap
   ansible.builtin.include_tasks: bootstrap.yml
-- name: openldap-server
+  args:
+    apply:
+      become: yes
+      become_user: root
+- name: OpenLDAP-Server
   ansible.builtin.include_tasks: openldap.yml
   when: ldap in group_names 
 - name: Samba-Fileserver
   ansible.builtin.include_tasks: openldap.yml
   when: ldap in group_names 
 - name: Samba-Fileserver
-  ansible.buitlin.include_tasks: samba.yml
+  ansible.builtin.include_tasks: samba.yml
   when: samba in group_names
   when: samba in group_names
+- name: Forgejo Git- und Projekte-Server
+  ansible.builtin.include_tasks: forgejo.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