File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
environments/.stackhpc/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# DO NOT MERGE:
2- # proxy is steveb-dev on sussex-slurm-data: can't use common default, that's hostname which isn't in /etc/hosts
3- # TODO: actually need to add username:password@ in here ...
4- # TODO: maybe add some quotes to this?
5- proxy_http_proxy : " http:// {{ hostvars[groups['squid'] | first].ansible_host }}:{{ squid_http_port }}"
2+ # proxy is steveb-dev on sussex-slurm-data
3+ proxy_basic_user : rocky
4+ proxy_basic_password : " {{ vault_proxy_basic_password }} "
5+ proxy_http_address : " {{ hostvars[groups['squid'] | first].ansible_host }}"
66proxy_plays_only : true
Original file line number Diff line number Diff line change 11# DO NOT COMMIT:
22squid_cache_disk : 1024 # MB
3- squid_cache_mem : " 50 MB"
3+ squid_cache_mem : " 50 MB"
4+ squid_acls :
5+ - acl ncsa_users proxy_auth REQUIRED
6+ squid_auth_param : |
7+ auth_param basic program /usr/lib64/squid/basic_ncsa_auth /etc/squid/passwords
8+ auth_param basic children 5
9+ auth_param basic credentialsttl 1 minute
You can’t perform that action at this time.
0 commit comments