]> freie-schul-it.de Git - fsit_smgt.git/blobdiff - tasks/main.yml
Samba-Server Task erstellt
[fsit_smgt.git] / tasks / main.yml
index c5c91f4c327ccf02e4b861385079e6820b337aff..65609e087b38c4e0ba899015918001621d746d2c 100644 (file)
@@ -1,5 +1,11 @@
 ---
 - name: Include bootstrap
   ansible.builtin.include_tasks: bootstrap.yml
 ---
 - name: Include bootstrap
   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.buitlin.include_tasks: samba.yml
+  when: samba in group_names
+- name: Include inventory (last task)
+  ansible.builtin.include_tasks: inventory.yml