File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 5151
5252 - name : Install and configure k3d
5353 block :
54- - name : Add splunk user to docker group
55- user :
56- name : splunk
57- groups : docker
58- append : yes
59- become : true
60-
61- - name : Reset SSH connection to pick up group changes
62- meta : reset_connection
63-
6454 - name : Get latest kubectl version
6555 uri :
6656 url : https://dl.k8s.io/release/stable.txt
8676 become : true
8777
8878 - name : Create 3-node k3d cluster
89- command : k3d cluster create {{ instance }}-cluster --agents 2
79+ command : k3d cluster create {{ instance }}-cluster --agents 2 --image rancher/k3s:v1.33.4-k3s1 --port "81:80@loadbalancer"
9080 become_user : splunk
9181 become : true
9282
294284 path : " /white_rabbit.followed"
295285 state : touch
296286 become : true
297- when : not wh_result.stat.exists
287+ when : not wh_result.stat.exists
You can’t perform that action at this time.
0 commit comments