ansible-galaxy install nginxinc.nginx
Uberspace is a shared hosting service. In uberspace
there is an ansible playbook to provision hagrid on an uberspace that you have registered before. The playbook expects an unmodified uberspace 7 without other applications running on it.
To use the playbook:
- Copy
hosts.example
tohosts
and change hostname, username, additional url that hagrid will be served from and the ssh key to authenticate. - Have a look at
deploy.yml
and other files and change configuration as needed. - Run the playbook, e.g.:
ansible-playbook deploy.yml -i hosts -v