Update README.md
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Santiago Lo Coco 2024-04-16 13:07:39 +02:00
parent 0813bbaa44
commit 384c57cc15
3 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Upon successful execution, the playbook will:
Moreover, since the second user has the passwordless option set to true, a key will be created in `/tmp/id_ed25519_local_log` on the Ansible control node. This key, once generated, allows for passwordless login as `local_log`. To initiate such login, simply execute the following command: Moreover, since the second user has the passwordless option set to true, a key will be created in `/tmp/id_ed25519_local_log` on the Ansible control node. This key, once generated, allows for passwordless login as `local_log`. To initiate such login, simply execute the following command:
```bash ```bash
ssh local_log@<IP_ADDRESS_OR_HOSTNAME> -i /tmp/d_ed25519_local_log ssh local_log@<IP_ADDRESS_OR_HOSTNAME> -i /tmp/id_ed25519_local_log
``` ```
## Additional note ## Additional note

View File

@ -27,6 +27,7 @@ This role configures multiple local user accounts on the target host as specifie
- `passwordless`: Enable or disable passwordless authentication (optional) - `passwordless`: Enable or disable passwordless authentication (optional)
- `local_accounts_key_path`: Path to the private key on the Ansible control node (optional) - `local_accounts_key_path`: Path to the private key on the Ansible control node (optional)
- `local_accounts_key_type`: Type of the private key used for SSH authentication (optional)
### Usage ### Usage

View File

@ -26,6 +26,7 @@ This role configures multiple local user accounts on the target host as specifie
- `passwordless`: Enable or disable passwordless authentication (optional) - `passwordless`: Enable or disable passwordless authentication (optional)
- `local_accounts_key_path`: Path to the private key on the Ansible control node (optional) - `local_accounts_key_path`: Path to the private key on the Ansible control node (optional)
- `local_accounts_key_type`: Type of the private key used for SSH authentication (optional)
### Usage ### Usage