+ non-www redirect nginx script (with todo)

+ domain_name & refactored nginx variables for resolve connect of www-domain logic and redirect to or from
* some installs have error after login to non-privileged user with starship $-symbol - correct escaped function for that
+ use separate domain for pma nginx config based on new domain_name variable (defined in nginx vars file)
* update database example vars (use inventory dir path and bz2 by default)

#861m7vaer Шаблон операционной системы на Debian 10
This commit is contained in:
2023-10-29 21:57:44 +03:00
parent 3bf86281d2
commit 73647f855d
12 changed files with 49 additions and 16 deletions

View File

@ -21,7 +21,7 @@
post_tasks:
- name: Change starship character to dollar sign
shell: |
sed -i 's/#/\\\\$/g' /home/{{ site_name }}/.config/starship.toml
sed -i 's/#/\\$/g' /home/{{ site_name }}/.config/starship.toml
args:
executable: /bin/bash