]> freie-schul-it.de Git - fsit_smgt.git/blobdiff - tasks/main.yml
Grossschreibung bei Namen beachten
[fsit_smgt.git] / tasks / main.yml
index c5c91f4c327ccf02e4b861385079e6820b337aff..f38af376dc163522c40cd8dcfc618b9157c3d085 100644 (file)
@@ -1,5 +1,16 @@
 ---
 ---
-- name: Include bootstrap
+- name: Bootstrapping 
   ansible.builtin.include_tasks: bootstrap.yml
   ansible.builtin.include_tasks: bootstrap.yml
-#- name: Include inventory (last task)
-#  ansible.builtin.include_tasks: inventory.yml
+- name: OpenLDAP-Server
+  ansible.builtin.include_tasks: openldap.yml
+  when: ("ldap" in group_names) 
+- name: Samba-Fileserver
+  ansible.builtin.include_tasks: samba.yml
+  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