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. d356a5383d
Add --restart and --recreate and always reboot on reboot argument
2023-08-05 18:11:09 +02:00
group_vars/all Define open ports in global variable file 2023-07-22 16:15:04 +02:00
roles Add --restart and --recreate and always reboot on reboot argument 2023-08-05 18:11:09 +02:00
.ansible-lint Ansiblify my VPS setup 2023-04-21 00:28:07 +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.