Skip to content

Commit dfd98e1

Browse files
committed
DEMO: configure squid on leafcloud deploy host
1 parent b99b1e9 commit dfd98e1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

environments/.stackhpc/inventory/extra_groups

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ builder
3434
[squid:children]
3535
# Install squid into fat image
3636
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
3741

3842
[sssd:children]
3943
# Install sssd into fat image
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DO NOT COMMIT:
2+
squid_cache_disk: 1024 # MB
3+
squid_cache_mem: "50 MB"

0 commit comments

Comments
 (0)