remove main.yaml

This commit is contained in:
NAGY Akos
2023-12-13 19:26:59 +02:00
parent ad00ec493e
commit 05cd04ab5f
2 changed files with 1 additions and 48 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@
.vscode
ignition/*json
post.sh
main.yaml

View File

@@ -1,48 +0,0 @@
---
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