diff options
Diffstat (limited to 'hiera/starfish.yaml')
-rw-r--r-- | hiera/starfish.yaml | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/hiera/starfish.yaml b/hiera/starfish.yaml index 9bcf4ca..9eeeabd 100644 --- a/hiera/starfish.yaml +++ b/hiera/starfish.yaml @@ -1,4 +1,6 @@ --- +clamav: + whitelisted_addresses: [] contacts: - micah@leap.se - sysdev@leap.se @@ -18,6 +20,18 @@ domain: name: starfish.dev.bitmask.net enabled: true environment: development +firewall: + mx: + from: "*" + port: + - 25 + - 465 + to: "176.53.69.23" + ssh: + from: sysadmin + port: 4422 + to: "176.53.69.23" + stunnel: [] haproxy: couch: listen_port: 4096 @@ -72,6 +86,8 @@ mynetworks: - "199.119.112.151" - "199.119.112.152" - "199.119.112.153" + - "199.119.112.167" + - "199.119.112.197" - "199.119.112.8" - "204.13.164.162" - "204.13.164.171" @@ -105,10 +121,6 @@ sources: package: soledad-server revision: latest type: apt - tapicero: - revision: origin/version/0.7 - source: "https://leap.se/git/tapicero" - type: git webapp: revision: origin/version/0.7.1 source: "https://leap.se/git/leap_web" |