Update README.md
This commit is contained in:
parent
0813bbaa44
commit
384c57cc15
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue