kodi media services basic setup
This commit is contained in:
21
ansible/inventory/host_vars/kodi00.balsillie.house/ufw.yaml
Normal file
21
ansible/inventory/host_vars/kodi00.balsillie.house/ufw.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
ufw_enabled: true
|
||||
|
||||
ufw_rules:
|
||||
- name: "SSH from Local Subnet"
|
||||
port: "22"
|
||||
protocol: "tcp"
|
||||
action: "allow"
|
||||
source: "10.192.210.0/24"
|
||||
destination: "10.192.210.169"
|
||||
- name: "HTTP from Local Subnet"
|
||||
port: "80"
|
||||
protocol: "tcp"
|
||||
action: "allow"
|
||||
source: "10.192.210.0/24"
|
||||
destination: "10.192.210.169"
|
||||
- name: "HTTPS from Local Subnet"
|
||||
port: "443"
|
||||
protocol: "tcp"
|
||||
action: "allow"
|
||||
source: "10.192.210.0/24"
|
||||
destination: "10.192.210.169"
|
Reference in New Issue
Block a user