roles/grundsoftware/tasks/main.yml aktualisiert

This commit is contained in:
2026-04-20 16:02:27 +00:00
parent edf4fa6b10
commit 626bb8564f
+6 -1
View File
@@ -1,10 +1,15 @@
--- ---
- name: Eintrag in /etc/ssh/ssh_config hinzufuegen - name: Eintraege in /etc/ssh/ssh_config hinzufuegen
blockinfile: blockinfile:
path: /etc/ssh/ssh_config path: /etc/ssh/ssh_config
block: | block: |
Host {{ ssh_config_git_host }} Host {{ ssh_config_git_host }}
HostName {{ ssh_config_git_host }}
Port {{ ssh_config_git_port }} Port {{ ssh_config_git_port }}
Host {{ ssh_config_git_local_alias }}
HostName {{ ssh_config_git_local_hostname }}
Port {{ ssh_config_git_local_port }}
marker: "# {mark} ANSIBLE SSH CONFIG BLOCK" marker: "# {mark} ANSIBLE SSH CONFIG BLOCK"
- name: Benoetigte Pakete installieren - name: Benoetigte Pakete installieren