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.
 
 
 
 
Go to file
Cian Hatton d231de9c7b adding cron job to perform backups 3 years ago
.config Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
.github/workflows Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
group_vars Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
host_vars Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
playbooks revert to using env var for pass, add bash_rc to qnap 3 years ago
roles adding cron job to perform backups 3 years ago
scripts Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
tests Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
vault_vars Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
.gitignore adding separate group_vars files for linode (#17) 3 years ago
Makefile Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
README.md Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
ansible.cfg adding cron job to perform backups 3 years ago
hosts.ini Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
linode.yml Add Linode setup and mergerfs (#11) 3 years ago
requirements.txt Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
requirements.yml Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 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