You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: