added my ssh key
All checks were successful
Master branch: build & lint / build (push) Successful in 1m44s
All checks were successful
Master branch: build & lint / build (push) Successful in 1m44s
This commit is contained in:
parent
ee7e5786e7
commit
3d349652c6
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ $ ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -P ''
|
||||||
|
|
||||||
Lastly, look into `group_vars/all.yml`, go at the end of the file and add the created _public_ key in the root_user.default_root_keys (from `~/.ssh/id_ed25519.pub`, or any other keys you created before hand).
|
Lastly, look into `group_vars/all.yml`, go at the end of the file and add the created _public_ key in the root_user.default_root_keys (from `~/.ssh/id_ed25519.pub`, or any other keys you created before hand).
|
||||||
|
|
||||||
|
If you want me to be able to hop on your machines to debug stuff please add my SSH key too:
|
||||||
|
```
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPrw78OSJACq5MFXHrhAr2bPpnTNxwLE85mzij8gKmCs thomas@thonkpad
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### One more thing, update your inventory
|
### One more thing, update your inventory
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue