You've already forked ansible-role-common
Updated defaults prefix with common_
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
# defaults file for guisea.common
|
||||
domain: exampledomain.com
|
||||
common_domain: exampledomain.com
|
||||
ad_domain_joined: no
|
||||
win_timezone: New Zealand Standard Time
|
||||
common_win_timezone: New Zealand Standard Time
|
||||
vendors_hosts: []
|
||||
|
||||
dns_servers:
|
||||
common_dns_servers:
|
||||
- 1.0.0.1
|
||||
- 1.1.1.1
|
||||
|
||||
@@ -13,11 +13,10 @@ ADMIN_GROUP: admins
|
||||
|
||||
|
||||
common_grub_timeout: 5
|
||||
postfix_configure: false
|
||||
common_postfix_configure: false
|
||||
common_postfix_relayhost: some.smtp.server
|
||||
|
||||
common_packages:
|
||||
- libselinux-python
|
||||
- MySQL-python
|
||||
- nano
|
||||
- git
|
||||
- htop
|
||||
@@ -27,12 +26,14 @@ common_packages:
|
||||
- yum-utils
|
||||
- unzip
|
||||
|
||||
win_packages:
|
||||
common_win_packages:
|
||||
- notepadplusplus.install
|
||||
- firefoxesr
|
||||
- baretail
|
||||
- 7zip.install
|
||||
|
||||
apply_win_updates: false
|
||||
common_apply_win_updates: false
|
||||
|
||||
common_show_ipv6: false|bool
|
||||
common_show_ipv6: false
|
||||
common_root_pwd: $6$5GG7U/EyDL$L/UkIlhoVABnvjtJl0zGwryjgRF9wNZ5wIAIAVfViROiMUK0tUsuZmO.x87tpDYUJA0QR5pCo4yd.2sLgSlHU0
|
||||
common_root_email: anemail@someco.com
|
||||
Reference in New Issue
Block a user