You've already forked ansible-role-common
40 lines
764 B
YAML
40 lines
764 B
YAML
---
|
|
# defaults file for guisea.common
|
|
common_domain: exampledomain.com
|
|
ad_domain_joined: no
|
|
common_win_timezone: New Zealand Standard Time
|
|
common_tz: Pacific/Auckland
|
|
vendors_hosts: []
|
|
|
|
common_dns_servers:
|
|
- 1.0.0.1
|
|
- 1.1.1.1
|
|
|
|
ADMIN_GROUP: admins
|
|
|
|
|
|
common_grub_timeout: 5
|
|
common_postfix_configure: false
|
|
common_postfix_relayhost: some.smtp.server
|
|
|
|
common_packages:
|
|
- nano
|
|
- git
|
|
- htop
|
|
- atop
|
|
- wget
|
|
- bind-utils
|
|
- yum-utils
|
|
- unzip
|
|
|
|
common_win_packages:
|
|
- notepadplusplus.install
|
|
- firefoxesr
|
|
- baretail
|
|
- 7zip.install
|
|
|
|
common_apply_win_updates: false
|
|
|
|
common_show_ipv6: false
|
|
common_root_pwd: $6$5GG7U/EyDL$L/UkIlhoVABnvjtJl0zGwryjgRF9wNZ5wIAIAVfViROiMUK0tUsuZmO.x87tpDYUJA0QR5pCo4yd.2sLgSlHU0
|
|
common_root_email: anemail@someco.com |