Rolle Grundsoftware aufgenommen
This commit is contained in:
13
roles/grundsoftware/tasks/main.yml
Normal file
13
roles/grundsoftware/tasks/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Eintrag in /etc/ssh/ssh_config hinzufuegen
|
||||
blockinfile:
|
||||
path: /etc/ssh/ssh_config
|
||||
block: |
|
||||
Host {{ ssh_config_git_host }}
|
||||
Port {{ ssh_config_git_port }}
|
||||
marker: "# {mark} ANSIBLE SSH CONFIG BLOCK"
|
||||
|
||||
- name: Benoetigte Pakete installieren
|
||||
package:
|
||||
name: "{{ grundsoftware_packages }}"
|
||||
state: present
|
||||
Reference in New Issue
Block a user