From 93ee664156c86145fd460c5ca7b96518a8eb4ecc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 28 Jan 2014 14:04:00 -0200 Subject: Adding common hiera config --- hiera/common.yaml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 hiera/common.yaml (limited to 'hiera/common.yaml') diff --git a/hiera/common.yaml b/hiera/common.yaml new file mode 100644 index 0000000..5db8905 --- /dev/null +++ b/hiera/common.yaml @@ -0,0 +1,51 @@ +--- +# +# General +# +nodo::subsystem::apt::include_src: false +nodo::subsystem::apt::use_next_release: false +nodo::subsystem::monitor::use_nagios: false +nodo::subsystem::monitor::address: "%{::fqdn}" + +# +# Firewall +# +firewall::ssl_ratelimit: "s:ssl:200/min:20" +firewall::local_net: false +firewall::local::manage_host: true +firewall::local::manage_iface: false + +# +# Mail +# +mail::sympa::subdomain: "listas" +mail::sympa::lang: "pt_BR" + +# +# Monitoring +# +nodo::munin_node::allow: '127.0.0.1:192.168.0.[0-9]*:192.168.1.[0-9]*' + +# +# Wordpress +# +wordpress::locale: 'pt_BR' + +# +# Timezone and ntp +# +ntp::zone: "Brazil/East" +ntp::pool: "south-america.pool.ntp.org" +ntp::servers: + - 'a.ntp.br' + - 'b.ntp.br' + - 'c.ntp.br' + +# +# Nameservers +# +# OpenDNS: +# +#nodo::subsystem::resolver::nameservers: +# - '208.67.222.222' +# - '208.67.220.220' -- cgit v1.2.3