Updated Readme

This commit is contained in:
2021-01-04 21:58:46 +01:00
parent 5531bd56ea
commit 57353a8fb5

View File

@ -4,29 +4,26 @@ Contains ansible playbooks to set up Uberspaces.
## Requirements
A freshly created Uberspace 7.
Technical dependencies on host machine (Python 3.5+):
Technical dependencies on host machine (Python 2.7 or 3.5+):
* python / python3
* python-pip / python3-pip
* python-apt / python3-apt
* python3
* python3-pip
* python3-apt
Technical dependencies on managed machines:
* python / python3
* python3
Install further dependencies on the host machine: ``pip install -r requirements.txt``
## Usage
After cloning the repo to your ansible host, copy ``hosts.example`` to
``hosts`` and fill the file appropriately. If you use Python 3 on the managed
machine, you probably need to adapt the ``ansible_python_interpreter``
variable.
``hosts`` and fill the file appropriately.
Furthermore, you have to copy the ``*_vars.yml.example`` files and
update the variable values.
All playbooks expect a fresh Uberspace (login via SSH key).
All playbooks expect a fresh Uberspace with SSH key set up via
management dashboard.