+ latest extensions - deployed nginx, apache, php 74 & 81, nvm, automatic databases import and phpmyadmin with nginx basic auth
+ dhcp dnsmasq server playbook for create inner server network #861m7vaer Шаблон операционной системы на Debian 10
This commit is contained in:
13
playbooks/own/correct-paths-for-pct-enter.yml
Normal file
13
playbooks/own/correct-paths-for-pct-enter.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Nerest bash PATH var with set true paths after pct enter into lxc container from proxmox host
|
||||
hosts: [ 'debian10' ]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user