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

style: add quoting for task file names

parent 8c5a2584
No related branches found
No related tags found
No related merge requests found
...@@ -13,22 +13,22 @@ ...@@ -13,22 +13,22 @@
### 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 ###
- name: configure SSH PublicKeys - name: configure SSH PublicKeys
import_tasks: configure-ssh-publickeys.yml import_tasks: "configure-ssh-publickeys.yml"
tags: [ssh] tags: [ssh]
### 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