Updated Readme and var examples

This commit is contained in:
2021-04-24 12:09:01 +02:00
parent 885e4df01c
commit 193eae637f
3 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Technical dependencies on host machine (Python 3.5+):
Technical dependencies on managed machines:
* python3
* python2.7
Install further dependencies on the host machine: ``pip install -r requirements.txt``

View File

@ -2,3 +2,5 @@
uberspace_user: yourUberspaceUser
domain: domainToService
node_version: 12
mysql_user: yourMysqlUser
mysql_password: yourMysqlPassword

View File

@ -1,2 +1,2 @@
[uberspace]
username.uber.space ansible_python_interpreter=/usr/bin/python3
username.uber.space ansible_python_interpreter=/usr/bin/python