Update README.md
This commit is contained in:
parent
d2f3623ea5
commit
c3d361c1e7
10
README.md
10
README.md
|
@ -54,3 +54,13 @@ Upon successful execution, the playbook will:
|
|||
- Expiry Date: The account should expire at the end of 2024.
|
||||
- Home Directory: `/home/local_log`
|
||||
- Groups: The user should only belong to its primary group.
|
||||
|
||||
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
|
||||
ssh local_log@<IP_ADDRESS_OR_HOSTNAME> -i /tmp/d_ed25519_local_log
|
||||
```
|
||||
|
||||
## Additional note
|
||||
|
||||
Within the `slococo` namespace, you will find two collections: `playground` and `playground_nodeps`. Both serve the same purpose, but the latter is intended for demonstrating how this could be achieved without using dependencies. However, it is not the primary one, as it makes the `local_accounts` role slightly less readable, in my opinion.
|
||||
|
|
Loading…
Reference in New Issue