Below you will find pages that utilize the taxonomy term “marwaha-raghav”
October 27, 2023
SSH Agent Setup
Version updated for marwaha-raghav/ssh-agent-ansible to version v0.2.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release features changes with removal of capture_out flag from subprocess to ensure comptability with version below python3.7
Any Private Key with a passphrase requires the passphrase to be added interactively for every host specified in the ansible inventory So, in order to make this process non-interactive at the shell level and easy to use IaC CI pipelines through Github Actions, This tool/action runs ssh-agent, generates a file with specified passphrase for ssh_ask_pass and then adds the key and passphrase with ssh-add to the ssh-agent non-interactively.