]> freie-schul-it.de Git - fsit_smgt.git/blobdiff - tasks/main.yml
ohne when probieren
[fsit_smgt.git] / tasks / main.yml
index 941b8a02fe2cd3dc952d53db029e7760cfb22bcd..39a012845ed52e780b47c00826523fec138e2c2d 100644 (file)
@@ -1,6 +1,9 @@
 ---
 - name: Bootstrapping 
   ansible.builtin.include_tasks: bootstrap.yml
+- name: DNS-Server mit pi-hole
+  ansible.builtin.include_tasks: pihole.yml
+  when: ("pihole" in group_names)
 - name: OpenLDAP-Server
   ansible.builtin.include_tasks: openldap.yml
   when: ("ldap" in group_names) 
@@ -10,7 +13,9 @@
 - name: Forgejo Git- und Projekte-Server
   ansible.builtin.include_tasks: forgejo.yml
   when: ("forgejo" in group_names)
-#
+- name: einfache Webserver mit lighttpd
+  ansible.builtin.include_tasks: lighttpd.yml
+  when: ("lighttpd" in group_names)
 # Inventory immer als letztes
 - name: Include inventory (last task)
-  ansible.builtin.include_tasks inventory.yml
+  ansible.builtin.include_tasks: inventory.yml