Ansible playbook for my VPS
This repository has been archived on 2024-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sam A. fdc88aa1c0
Enable engines
2023-10-12 22:58:56 +02:00
group_vars/all Remove SearXNG from Tor 2023-10-01 17:42:14 +02:00
roles Enable engines 2023-10-12 22:58:56 +02:00
.ansible-lint Add var-naming[no-role-prefix] to warn list 2023-10-01 17:49:55 +02:00
.gitignore Initial commit 2023-04-20 16:49:34 +02:00
README.md Initial commit 2023-04-20 16:49:34 +02:00
ansible.cfg Ansiblify my VPS setup 2023-04-21 00:28:07 +02:00
inventory Ansiblify my VPS setup 2023-04-21 00:28:07 +02:00
playbook.yml Don't gather facts 2023-04-21 00:53:51 +02:00
provision.sh Add --restart and --recreate and always reboot on reboot argument 2023-08-05 18:11:09 +02:00

README.md

cpx-ansible

This is the Ansible playbook I use to provision my VPS, where I self-host various stuff. The VPS is a CPX21 from Hetzner Cloud.

Credits

This project is in large part inspired by the work over on data.coop's Ansible setup.