Initial commit
This commit is contained in:
commit
c9fe87cd0e
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# ---> Ansible
|
||||||
|
*.retry
|
9
README.md
Normal file
9
README.md
Normal file
|
@ -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).
|
Reference in a new issue