+ 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
15 lines
482 B
YAML
15 lines
482 B
YAML
---
|
|
- name: Nerest bash PATH var with set true paths after pct enter into lxc container from proxmox host
|
|
hosts: [ 'debian10' ]
|
|
# TODO: Tmux create session not worked in pct enter - only work tmux attach (so..)
|
|
tasks:
|
|
- name: Append .shell-env
|
|
ansible.builtin.lineinfile:
|
|
path: '/root/.shell-env'
|
|
line: |-
|
|
##
|
|
## Correct PATH for tmux enter
|
|
##
|
|
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
|