adding updates and readme
parent
0e0c6886d0
commit
b57f8c54c7
@ -1 +1,18 @@
|
||||
# HomeLab
|
||||
|
||||
An ansible specific private key is used in these playbooks.
|
||||
|
||||
This key can be generated by running
|
||||
|
||||
### Generate the keyfile
|
||||
|
||||
```bash
|
||||
ssh-keygen -t ed25519 -C "ansible"
|
||||
```
|
||||
|
||||
|
||||
### Add to authorized host
|
||||
```bash
|
||||
# replace the user/hostname with whatever you need to connect to.
|
||||
ssh-copy-id -i ~/.ssh/ansible.pub cianhatton@qnap
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue