Skip to content
Snippets Groups Projects
Commit 18b19dd0 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: rename task files to use underscores instead of dashes to comply with...

chore: rename task files to use underscores instead of dashes to comply with Python naming conventions AND DON'T FORGET file name references in main.yml
parent fe3e52b3
Branches
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
### GRUPPEN & BENUTZER ERSTELLEN ### ### GRUPPEN & BENUTZER ERSTELLEN ###
- name: create users and groups - name: create users and groups
import_tasks: "create-users-groups.yml" import_tasks: "create_users_groups.yml"
tags: [users] tags: [users]
### SSH-KEYS VERWALTEN ### ### SSH-KEYS VERWALTEN ###
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
### SFTP SERVER KONFIGURIEREN ### ### SFTP SERVER KONFIGURIEREN ###
- name: Konfiguration fuer SFTP-Server einspielen - name: Konfiguration fuer SFTP-Server einspielen
import_tasks: "configure-sftp-server.yml" import_tasks: "configure_sftp_server.yml"
tags: [sftp] tags: [sftp]
### IPTABLES REGELN SETZEN ### ### IPTABLES REGELN SETZEN ###
- name: iptables-Regeln für externe Produzenten setzen - name: iptables-Regeln für externe Produzenten setzen
import_tasks: "configure-iptables-externalusers.yml" import_tasks: "configure_iptables_externalusers.yml"
tags: [iptables] tags: [iptables]
- name: install IBM Spectrum Protect (IBMSP) Backup Client - name: install IBM Spectrum Protect (IBMSP) Backup Client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment