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 538ea01946 fixed ansible pull 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
collections/ansible_collections/chatton add deps to git 3 years ago
group_vars fixing ansible lint 3 years ago
host_vars fixing ansible lint 3 years ago
playbooks fixed ansible pull backups 3 years ago
roles fixed ansible pull 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 updating to use new variables in ansible docker backup collection 3 years ago
.ansible-lint fixing ansible lint 3 years ago
.gitignore add deps to git 3 years ago
Makefile fixed ansible pull backups 3 years ago
README.md Add bootstrap, Makefile, imports from ansible-docker-backup (#20) 3 years ago
ansible.cfg add deps to git 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 updating to use new variables in ansible docker backup collection 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