roles/grundsoftware/tasks/main.yml aktualisiert
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user