commit c9fe87cd0e0586fdc391546a29bc8cb252542c3f Author: Sam Al-Sapti Date: Thu Apr 20 16:49:34 2023 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2db929b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# ---> Ansible +*.retry diff --git a/README.md b/README.md new file mode 100644 index 0000000..8dccbc5 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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](https://git.data.coop/data.coop/ansible).