We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c0a4a commit a77b0b4Copy full SHA for a77b0b4
roles/lamachine-core/defaults/main.yml
@@ -14,6 +14,7 @@ python_bin: "python3" #path to the global python3 interpreter, may be an absolut
14
pip_bin: "pip3" #must correspond to the one belonging to the above python interpreter
15
webserver: false
16
webservertype: "nginx"
17
+root: false
18
unix_group: "{{unix_user}}"
19
web_user: "{{unix_user}}"
20
web_group: "{{web_user}}"
0 commit comments