Updated Readme
This commit is contained in:
19
README.md
19
README.md
@ -4,29 +4,26 @@ Contains ansible playbooks to set up Uberspaces.
|
|||||||
|
|
||||||
## Requirements
|
## 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+):
|
* python3
|
||||||
|
* python3-pip
|
||||||
* python / python3
|
* python3-apt
|
||||||
* python-pip / python3-pip
|
|
||||||
* python-apt / python3-apt
|
|
||||||
|
|
||||||
Technical dependencies on managed machines:
|
Technical dependencies on managed machines:
|
||||||
|
|
||||||
* python / python3
|
* python3
|
||||||
|
|
||||||
Install further dependencies on the host machine: ``pip install -r requirements.txt``
|
Install further dependencies on the host machine: ``pip install -r requirements.txt``
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
After cloning the repo to your ansible host, copy ``hosts.example`` to
|
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
|
``hosts`` and fill the file appropriately.
|
||||||
machine, you probably need to adapt the ``ansible_python_interpreter``
|
|
||||||
variable.
|
|
||||||
|
|
||||||
Furthermore, you have to copy the ``*_vars.yml.example`` files and
|
Furthermore, you have to copy the ``*_vars.yml.example`` files and
|
||||||
update the variable values.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user