Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Provide credentials in new hosts #16

Open
jmolmo opened this issue Jun 12, 2019 · 0 comments
Open

Provide credentials in new hosts #16

jmolmo opened this issue Jun 12, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jmolmo
Copy link
Collaborator

jmolmo commented Jun 12, 2019

In order to execute playbooks in new hosts we require first to have password-less access to these new hosts.
In this moment we are doing this in a manual way, copying the Ansible Runner Service root user ssh public key to the new hosts.

Probably the procedure basically is to execute:
ssh-copy-id -i ~/.ssh/mykey.pub user@host

we will need to provide "user" password in "host" to complete the operation, but once the operation has been executed we will have the kind of access required.

@jmolmo jmolmo added the enhancement New feature or request label Jun 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant