Uberspace is a shared hosting service. In uberspace
there is an ansible playbook to provision ephios 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 ephios will be served from and the ssh key to authenticate (if ssh doesn't know about the key alread). - Have a look at
provision.yml
and other files and change configuration as needed. - Run the playbook, e.g.:
ansible-playbook provision.yml -i hosts -v
We recommend setting ANSIBLE_PIPELINING=True
to speed up the playbook run.