diff --git a/tasks/main.yml b/tasks/main.yml index 9dc2b73baaac42007bb4682db017d9f2ddf8c2f0..e65c46e50fbae58e220fa521e2dcb031349cdf1c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -13,7 +13,7 @@ ### GRUPPEN & BENUTZER ERSTELLEN ### - name: create users and groups - import_tasks: "create-users-groups.yml" + import_tasks: "create_users_groups.yml" tags: [users] ### SSH-KEYS VERWALTEN ### @@ -23,12 +23,12 @@ ### SFTP SERVER KONFIGURIEREN ### - name: Konfiguration fuer SFTP-Server einspielen - import_tasks: "configure-sftp-server.yml" + import_tasks: "configure_sftp_server.yml" tags: [sftp] ### IPTABLES REGELN SETZEN ### - name: iptables-Regeln für externe Produzenten setzen - import_tasks: "configure-iptables-externalusers.yml" + import_tasks: "configure_iptables_externalusers.yml" tags: [iptables] - name: install IBM Spectrum Protect (IBMSP) Backup Client