Update to 2021-10-26 16:00

master
Daniel Berteaud 3 years ago
parent 03526ec103
commit 4ef02bd6d8
  1. 2
      roles/pgadmin4/defaults/main.yml
  2. 2
      roles/repo_nodejs/defaults/main.yml
  3. 6
      roles/squid/tasks/main.yml
  4. 2
      roles/squid/templates/ufdbGuard.conf.j2

@ -10,7 +10,7 @@ pga_src_ip: []
# Root dir where the app will be installed
pga_root_dir: /opt/pgadmin4_{{ pga_id }}
# Version to deploy
pga_version: '6.0'
pga_version: '6.1'
# URL of the wheel
pga_pip_url: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v{{ pga_version }}/pip/pgadmin4-{{ pga_version }}-py3-none-any.whl

@ -1,3 +1,3 @@
---
nodejs_major_version: 14
nodejs_major_version: 16

@ -186,7 +186,11 @@
when: ansible_selinux.status == 'enabled'
- name: Create ufdbGuard log directory
file: path=/var/log/ufdbGuard state=directory owner=ufdb group=ufdb mode=750
file: path=/var/log/ufdbguard state=directory owner=ufdb group=ufdb mode=750
tags: proxy
- name: Remove old log dir
file: path=/var/log/ufdbGuard state=absent
tags: proxy
- name: Deploy ufdb_update script

@ -1,4 +1,4 @@
logdir "/var/log/ufdbGuard/"
logdir "/var/log/ufdbguard/"
dbhome "/var/ufdbguard/blacklists"
logall on
squid-version "3.5"

Loading…
Cancel
Save