GSA / jenkins-deploy

deploy Jenkins to AWS with Terraform and Ansible
Other
20 stars 14 forks source link

set up SSH key for Jenkins to use in Credentials #32

Closed afeld closed 6 years ago

afeld commented 7 years ago

This pull request instructs the user of this role to set up an SSH key for Jenkins, for use when, for example, running Ansible against target machines. They will add the private key to the repository via the Ansible Vault, so that if the Jenkins instance is terminated, the private key won't be lost.

afeld commented 7 years ago

Ready for review! You can ignore the failing check - waiting on #30 to fix that.

maverickquant commented 7 years ago

looks good to me

afeld commented 6 years ago