|
|
@ -15,5 +15,7 @@ database_user: "{{ system_user | regex_replace('[^a-zA-Z]', '_') }}"
|
|
|
|
# database_pass from mysql/database
|
|
|
|
# database_pass from mysql/database
|
|
|
|
# database_name from mysql/database
|
|
|
|
# database_name from mysql/database
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
environment_vars: {}
|
|
|
|
|
|
|
|
|
|
|
|
install_command: "sudo -u {{ system_user | quote }} sh -c 'npm i && npm audit fix'"
|
|
|
|
install_command: "sudo -u {{ system_user | quote }} sh -c 'npm i && npm audit fix'"
|
|
|
|
reload_command: "{{ install_command }} && systemctl restart {{ service_name | quote }}"
|
|
|
|
reload_command: "{{ install_command }} && systemctl restart {{ service_name | quote }}"
|
|
|
|