Skip to content

Commit

Permalink
Quick Fix: Add ssh allow rules on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Oct 19, 2024
1 parent cbafd94 commit c036342
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inventories/host_vars/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ firewall:
proto: "tcp"
src: "192.168.1.0/24"
port: "8000"
- name: "Runner Docker ssh"
proto: "tcp"
src: "172.17.0.0/16"
port: "22"

zramswap:
algo: lz4
Expand Down
4 changes: 4 additions & 0 deletions inventories/host_vars/jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ firewall:
proto: "tcp"
src: "192.168.1.0/24"
port: "8080"
- name: "Runner Docker ssh"
proto: "tcp"
src: "172.17.0.0/16"
port: "22"

zramswap:
algo: lz4
Expand Down
4 changes: 4 additions & 0 deletions inventories/host_vars/rui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ firewall:
proto: "udp"
src: "any"
port: "68"
- name: "Runner Docker ssh"
proto: "tcp"
src: "172.17.0.0/16"
port: "22"
4 changes: 4 additions & 0 deletions inventories/host_vars/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ firewall:
proto: "tcp"
src: "192.168.1.0/24"
port: "8000"
- name: "Runner Docker ssh"
proto: "tcp"
src: "172.17.0.0/16"
port: "22"
4 changes: 4 additions & 0 deletions inventories/host_vars/skylark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ firewall:
proto: "tcp"
src: "192.168.1.0/24"
port: "445"
- name: "Runner Docker ssh"
proto: "tcp"
src: "172.17.0.0/16"
port: "22"
4 changes: 4 additions & 0 deletions inventories/host_vars/tm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ firewall:
proto: "udp"
src: "192.168.1.0/24"
port: "5353"
- name: "Runner Docker ssh"
proto: "tcp"
src: "172.17.0.0/16"
port: "22"

0 comments on commit c036342

Please sign in to comment.