Skip to content
Snippets Groups Projects
Commit 1f25df85 authored by Henry Fröcklin's avatar Henry Fröcklin
Browse files

Uncommented settings.

parent 42f051f3
No related branches found
No related tags found
1 merge request!3Firewall settings.
Pipeline #99595 failed
......@@ -45,25 +45,24 @@ class vlc {
}
# Detta funkar för vpn på andra burkar
server_firewall::address_set { 'liu_vpn':
addresses => [
'10.243.0.0/16',
],
}
# server_firewall::address_set { 'liu_vpn':
# addresses => [
# '10.243.0.0/16',
# ],
# }
# firewalld_rich_rule { 'allow ssh via vpn':
# action => 'accept',
# service => 'ssh',
# source => { 'ipset' => 'liu_vpn_v4', },
# family => 'ipv4',
# zone => 'liu',
# }
firewalld_rich_rule { 'allow ssh via vpn':
action => 'accept',
service => 'ssh',
source => { 'ipset' => 'liu_vpn_v4', },
family => 'ipv4',
zone => 'liu',
}
# Detta installerar syncthing om det behövs
# package { 'syncthing':
# ensure => 'installed',
# }
package { 'syncthing':
ensure => 'installed',
}
# Installera config.xml
# file { '/home/henfr13/.config':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment