You've already forked ansible-role-common
38 lines
530 B
YAML
38 lines
530 B
YAML
---
|
|
domain: exampledomain.com
|
|
ad_domain_joined: no
|
|
win_timezone: New Zealand Standard Time
|
|
vendors_hosts: []
|
|
|
|
dns_servers:
|
|
- 1.0.0.1
|
|
- 1.1.1.1
|
|
|
|
admin_group: admins
|
|
|
|
|
|
common_grub_timeout: 5
|
|
postfix_configure: false
|
|
|
|
common_packages:
|
|
- nano
|
|
- git
|
|
- htop
|
|
- atop
|
|
- wget
|
|
- bind-utils
|
|
- yum-utils
|
|
- unzip
|
|
|
|
win_packages:
|
|
- notepadplusplus.install
|
|
- firefoxesr
|
|
- baretail
|
|
- 7zip.install
|
|
|
|
apply_win_updates: false
|
|
|
|
common_show_ipv6: false|bool
|
|
common_root_pwd: $y0urp@$$
|
|
common_root_email: admin@somplace.co.nz
|