Updated Readme and var examples
This commit is contained in:
@ -13,7 +13,7 @@ Technical dependencies on host machine (Python 3.5+):
|
|||||||
|
|
||||||
Technical dependencies on managed machines:
|
Technical dependencies on managed machines:
|
||||||
|
|
||||||
* python3
|
* python2.7
|
||||||
|
|
||||||
Install further dependencies on the host machine: ``pip install -r requirements.txt``
|
Install further dependencies on the host machine: ``pip install -r requirements.txt``
|
||||||
|
|
||||||
|
|||||||
@ -2,3 +2,5 @@
|
|||||||
uberspace_user: yourUberspaceUser
|
uberspace_user: yourUberspaceUser
|
||||||
domain: domainToService
|
domain: domainToService
|
||||||
node_version: 12
|
node_version: 12
|
||||||
|
mysql_user: yourMysqlUser
|
||||||
|
mysql_password: yourMysqlPassword
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
[uberspace]
|
[uberspace]
|
||||||
username.uber.space ansible_python_interpreter=/usr/bin/python3
|
username.uber.space ansible_python_interpreter=/usr/bin/python
|
||||||
|
|||||||
Reference in New Issue
Block a user