Files
ansible-role-common/defaults/main.yml

36 lines
485 B
YAML
Raw Normal View History

2016-06-29 12:34:37 +12:00
---
# defaults file for guisea.common
2018-06-26 10:30:13 +12:00
domain: exampledomain.com
2016-09-08 10:55:06 +12:00
ad_domain_joined: no
2016-07-26 14:29:09 +12:00
win_timezone: New Zealand Standard Time
vendors_hosts: []
2018-06-27 12:44:47 +12:00
dns_servers:
- 1.0.0.1
- 1.1.1.1
ADMIN_GROUP: admins
2018-06-27 14:55:26 +12:00
common_grub_timeout: 5
common_packages:
- libselinux-python
- MySQL-python
- nano
- git
- htop
- atop
- wget
- bind-utils
- yum-utils
2016-11-22 13:29:36 +13:00
- unzip
win_packages:
- notepadplusplus.install
- firefoxesr
- baretail
- 7zip.install
2018-06-26 10:30:13 +12:00
apply_win_updates: false