2016-06-29 12:34:37 +12:00
|
|
|
---
|
2021-10-01 10:32:01 +13:00
|
|
|
# defaults file for cybercinch.common
|
|
|
|
|
|
|
|
|
|
# What is the domain name for this machine?
|
2021-09-30 22:55:46 +13:00
|
|
|
common_domain: exampledomain.com
|
2021-10-01 10:32:01 +13:00
|
|
|
|
|
|
|
|
# Timezone string for Windows nodes
|
|
|
|
|
common_win_tz: New Zealand Standard Time
|
|
|
|
|
|
|
|
|
|
# Timezone string for Linux nodes
|
2021-09-30 23:12:42 +13:00
|
|
|
common_tz: Pacific/Auckland
|
2021-10-01 10:32:01 +13:00
|
|
|
|
|
|
|
|
# Additional host entries to add to /etc/hosts if required
|
|
|
|
|
# e.g
|
|
|
|
|
# common_vendors_hosts:
|
|
|
|
|
# - ip: 192.168.1.3
|
|
|
|
|
# name: an.alias.hostname
|
|
|
|
|
# - ip: 192.168.1.4
|
|
|
|
|
# name: another.alias.hostname
|
2021-10-01 10:11:51 +13:00
|
|
|
common_vendors_hosts: []
|
2016-11-17 13:34:16 +13:00
|
|
|
|
2021-10-01 10:32:01 +13:00
|
|
|
# What DNS Servers should we use by default
|
2021-09-30 22:55:46 +13:00
|
|
|
common_dns_servers:
|
2018-06-27 12:44:47 +12:00
|
|
|
- 1.0.0.1
|
|
|
|
|
- 1.1.1.1
|
|
|
|
|
|
2021-10-01 10:32:01 +13:00
|
|
|
# The name of the security group for administrators
|
2021-10-01 10:11:51 +13:00
|
|
|
common_admin_group: admins
|
2018-06-27 12:44:47 +12:00
|
|
|
|
2021-10-01 10:32:01 +13:00
|
|
|
# Configuration of Grub boot timeout
|
2018-06-27 14:55:26 +12:00
|
|
|
common_grub_timeout: 5
|
2021-10-01 10:32:01 +13:00
|
|
|
|
|
|
|
|
# Should we configure postfix?
|
2021-09-30 22:55:46 +13:00
|
|
|
common_postfix_configure: false
|
2021-10-01 10:32:01 +13:00
|
|
|
|
|
|
|
|
# This relayhost will be set if common_postfix_configure is true
|
2021-09-30 22:55:46 +13:00
|
|
|
common_postfix_relayhost: some.smtp.server
|
2018-06-27 14:55:26 +12:00
|
|
|
|
2021-10-01 10:32:01 +13:00
|
|
|
# Common packages to install in the case of Linux
|
2016-11-17 13:34:16 +13:00
|
|
|
common_packages:
|
|
|
|
|
- nano
|
|
|
|
|
- git
|
|
|
|
|
- htop
|
|
|
|
|
- atop
|
|
|
|
|
- wget
|
|
|
|
|
- bind-utils
|
|
|
|
|
- yum-utils
|
2016-11-22 13:29:36 +13:00
|
|
|
- unzip
|
2021-10-01 10:32:01 +13:00
|
|
|
|
|
|
|
|
# Common packages to install in the case of Windows
|
2021-09-30 22:55:46 +13:00
|
|
|
common_win_packages:
|
2016-11-22 13:29:36 +13:00
|
|
|
- notepadplusplus.install
|
|
|
|
|
- firefoxesr
|
|
|
|
|
- baretail
|
2017-03-14 09:25:42 +13:00
|
|
|
- 7zip.install
|
|
|
|
|
|
2021-09-30 22:55:46 +13:00
|
|
|
common_apply_win_updates: false
|
2021-09-30 16:41:47 +13:00
|
|
|
|
2021-10-01 10:32:01 +13:00
|
|
|
# Does this node have ipv6? If so set to true to add ipv4 and ipv6 to Dynamic MOTD
|
2021-09-30 22:55:46 +13:00
|
|
|
common_show_ipv6: false
|
2021-10-01 10:32:01 +13:00
|
|
|
|
|
|
|
|
# Want to change the root password?
|
|
|
|
|
common_change_root_pwd: false
|
|
|
|
|
# The crypted password you wish to set for root password
|
|
|
|
|
# Only fires if common_change_root_pwd is true default = false
|
2021-09-30 22:55:46 +13:00
|
|
|
common_root_pwd: $6$5GG7U/EyDL$L/UkIlhoVABnvjtJl0zGwryjgRF9wNZ5wIAIAVfViROiMUK0tUsuZmO.x87tpDYUJA0QR5pCo4yd.2sLgSlHU0
|
2021-10-01 10:32:01 +13:00
|
|
|
# This email address is set as the forwarding address for root. Used for notifications.
|
|
|
|
|
common_root_email: anemail@someco.com
|