File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
ansible/roles/squid/defaults
environments/common/inventory/group_vars/builder Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ squid_conf_template: squid.conf.j2
2
2
squid_started : true
3
3
squid_enabled : true
4
4
5
- squid_cache_mem : " {{ undef(hint='squid_cache_mem_size required, e.g. \" 12 GB\" ') }}"
5
+ squid_cache_mem : " {{ undef(hint='squid_cache_mem required, e.g. \" 12 GB\" ') }}"
6
6
squid_cache_dir : /var/spool/squid
7
- squid_cache_disk : " {{ undef(hint='squid_cache_disk_size (in MB) required, e.g. \" 1024\" ') }}" # always in MB
7
+ squid_cache_disk : " {{ undef(hint='squid_cache_disk (in MB) required, e.g. \" 1024\" ') }}" # always in MB
8
8
squid_maximum_object_size_in_memory : ' 64 MB'
9
9
squid_maximum_object_size : ' 200 MB'
10
10
squid_http_port : 3128
Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ firewalld_enabled: false # dnf install of firewalld enables it
18
18
firewalld_state : stopped
19
19
squid_started : false
20
20
squid_enabled : false
21
-
21
+ squid_cache_disk : 0 # just needs to be defined
22
+ squid_cache_mem : 0
You can’t perform that action at this time.
0 commit comments