We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99b1e9 commit dfd98e1Copy full SHA for dfd98e1
environments/.stackhpc/inventory/extra_groups
@@ -34,6 +34,10 @@ builder
34
[squid:children]
35
# Install squid into fat image
36
builder
37
+# DO NOT MERGE:
38
+# configure squid on deploy host (steveb-dev) using stackhpc-dev network
39
+localhost ansible_host=10.20.0.121 ansible_connection=local
40
+# Note you could add any other connection vars e.g. ansible_user you need here
41
42
[sssd:children]
43
# Install sssd into fat image
environments/.stackhpc/inventory/group_vars/all/squid.yml
@@ -0,0 +1,3 @@
1
+# DO NOT COMMIT:
2
+squid_cache_disk: 1024 # MB
3
+squid_cache_mem: "50 MB"
0 commit comments