aboutsummaryrefslogtreecommitdiff
path: root/config/common.yaml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-22 13:46:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-22 13:46:16 -0300
commitb75d0f3603fef2c76c546bde6e0060411b4c19c9 (patch)
tree8c7da43fbd36dbbd7ace836cbe1a70655e00c5a3 /config/common.yaml
parentae7cfbde32756de78f7d29d94e597483a54b75ce (diff)
downloadpuppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.gz
puppet-bootstrap-b75d0f3603fef2c76c546bde6e0060411b4c19c9.tar.bz2
Rename 'hiera' to 'config'
Diffstat (limited to 'config/common.yaml')
-rw-r--r--config/common.yaml45
1 files changed, 45 insertions, 0 deletions
diff --git a/config/common.yaml b/config/common.yaml
new file mode 100644
index 0000000..006c5a8
--- /dev/null
+++ b/config/common.yaml
@@ -0,0 +1,45 @@
+---
+#
+# 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]*'
+
+#
+# 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'