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 b8d890f commit 788cdc1Copy full SHA for 788cdc1
environments/.stackhpc/inventory/extra_groups
@@ -53,3 +53,8 @@ cluster
53
54
[compute_init:children]
55
compute
56
+
57
+# DO NOT MERGE:
58
+# turn on proxying for the cluster
59
+[proxy:children]
60
+cluster
environments/.stackhpc/inventory/group_vars/all/proxy.yml
@@ -0,0 +1,6 @@
1
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 }}"
6
+proxy_plays_only: true
0 commit comments