You've already forked ansible-role-common
18 lines
283 B
YAML
18 lines
283 B
YAML
---
|
|
# defaults file for guisea.common
|
|
domain: ad.ultrafast.co.nz
|
|
ad_domain_joined: no
|
|
win_timezone: New Zealand Standard Time
|
|
vendors_hosts: []
|
|
|
|
common_packages:
|
|
- libselinux-python
|
|
- MySQL-python
|
|
- nano
|
|
- git
|
|
- htop
|
|
- atop
|
|
- wget
|
|
- bind-utils
|
|
- yum-utils
|
|
- unzip |