ansibleguy / webui

Basic WebUI for using Ansible
https://webui.ansibleguy.net
GNU General Public License v3.0
95 stars 7 forks source link

Feature: ssh-agent for Git-Repository #73

Open ansibleguy opened 1 month ago

ansibleguy commented 1 month ago

Scope

Service (Job Scheduling, Job Preparation)

Description

We now use ssh-agent for key-handling on the job-execution. But the git-repository still writes its key to disk to be used directly - this handling should be updated.

ansibleguy commented 1 month ago

Related: #66