modify role hass to work with venv
This commit is contained in:
parent
65a945ea86
commit
c519308074
@ -134,7 +134,12 @@ nginx_upstreams:
|
||||
- name: PHP-handler
|
||||
servers:
|
||||
- unix:/var/run/php-fpm/php-fpm.sock
|
||||
|
||||
nginx_extra_http_options: |
|
||||
proxy_connect_timeout 600s;
|
||||
proxy_send_timeout 600s;
|
||||
proxy_read_timeout 600s;
|
||||
fastcgi_send_timeout 600s;
|
||||
fastcgi_read_timeout 600s;
|
||||
nginx_vhosts:
|
||||
- listen: "80"
|
||||
server_name: "_"
|
||||
@ -439,7 +444,7 @@ docker_users: "{{user.name}}"
|
||||
hass_SQl_target_file: /mnt/diskstation/git/backup/mysql/last/hass.sql
|
||||
hass_db_password: "{{ vault_mysql_hass }}"
|
||||
hass_repo: "gitea@git.{{ domain.name }}:vincent/HASS_conf.git"
|
||||
hass_user: "{{user.name}}"
|
||||
hass_users: "{{user.name}}"
|
||||
|
||||
nextcloud_db_password: "{{ vault_mysql_nextcloud }}"
|
||||
nextcloud_admin_password: "{{ vault_default_password }}"
|
||||
|
Loading…
Reference in New Issue
Block a user