Initial hyper-v demo skeleton
This commit is contained in:
15
group_vars/all.yml
Normal file
15
group_vars/all.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# Global variables for all hosts
|
||||
|
||||
# Domain settings
|
||||
domain_name: example.com
|
||||
domain_netbios: EXAMPLE
|
||||
|
||||
# ServiceNow CMDB integration
|
||||
servicenow_instance: dev12345.service-now.com
|
||||
servicenow_table: cmdb_ci_win_server
|
||||
|
||||
# Tagging and metadata
|
||||
project_name: hyperv-automation
|
||||
environment: "{{ inventory_dir | basename }}"
|
||||
managed_by: ansible
|
||||
Reference in New Issue
Block a user