You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .config | 3 years ago | |
| .github/workflows | 3 years ago | |
| collections/ansible_collections/chatton | 2 years ago | |
| group_vars | 2 years ago | |
| host_vars | 2 years ago | |
| playbooks | 2 years ago | |
| roles | 2 years ago | |
| scripts | 3 years ago | |
| tests | 3 years ago | |
| vault_vars | 1 year ago | |
| .ansible-lint | 3 years ago | |
| .gitignore | 3 years ago | |
| Makefile | 2 years ago | |
| README.md | 3 years ago | |
| ansible.cfg | 2 years ago | |
| hosts.ini | 2 years ago | |
| linode.yml | 3 years ago | |
| requirements.txt | 2 years ago | |
| requirements.yml | 2 years ago | |
README.md
HomeLab
An ansible specific private key is used in these playbooks.
This key can be generated by running
Generate the keyfile
ssh-keygen -t ed25519 -C "ansible"
Add to authorized host
# replace the user/hostname with whatever you need to connect to.
ssh-copy-id -i ~/.ssh/ansible.pub cianhatton@qnap