main.yaml rename to example
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
*example
|
|
||||||
*temp
|
*temp
|
||||||
*save
|
*save
|
||||||
.vscode
|
.vscode
|
||||||
|
|||||||
48
group_vars/all/main.yaml.example
Normal file
48
group_vars/all/main.yaml.example
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
---
|
||||||
|
kube_token: ""
|
||||||
|
|
||||||
|
vcenter_hostname: ""
|
||||||
|
vcenter_username: ""
|
||||||
|
vcenter_password: "{{ ansible_password }}"
|
||||||
|
|
||||||
|
datacenter: ""
|
||||||
|
cluster: ""
|
||||||
|
datastore: ""
|
||||||
|
resource_pool: ""
|
||||||
|
vm_folder_name: "srv"
|
||||||
|
vm_parent_folder_name: ""
|
||||||
|
vm_folder_name_full: ""
|
||||||
|
template_folder_name: "templates"
|
||||||
|
template_ folder_name_full: ""
|
||||||
|
parent_folder: ""
|
||||||
|
|
||||||
|
ovf_file: "/home/user/Downloads/iso/fedora-coreos-39.20231119.3.0-vmware.x86_64.ova"
|
||||||
|
|
||||||
|
vm_hostname_test: "srv-test02"
|
||||||
|
vm_hostname_template: "coreos-template"
|
||||||
|
|
||||||
|
ProvisioningNetworkLabel: "VLAN1111"
|
||||||
|
|
||||||
|
gateway: 10.2.4.1
|
||||||
|
|
||||||
|
kubehosts:
|
||||||
|
k3s-1:
|
||||||
|
ip: 10.2.4.111
|
||||||
|
hostname: k3s-1
|
||||||
|
|
||||||
|
kubehosts_rest:
|
||||||
|
k3s-2:
|
||||||
|
ip: 10.2.4.112
|
||||||
|
hostname: k3s-2
|
||||||
|
# k3s-3:
|
||||||
|
# ip: 10.2.4.113
|
||||||
|
# hostname: k3s-3
|
||||||
|
# k3s-4:
|
||||||
|
# ip: 10.2.4.114
|
||||||
|
# hostname: k3s-4
|
||||||
|
# k3s-5:
|
||||||
|
# ip: 10.2.4.115
|
||||||
|
# hostname: k3s-5
|
||||||
|
# k3s-6:
|
||||||
|
# ip: 10.2.4.116
|
||||||
|
# hostname: k3s-6
|
||||||
Reference in New Issue
Block a user