Made inventories config and scripts

This commit is contained in:
2024-12-29 20:09:05 +03:00
parent 8dbf6cbfd9
commit 3b75cb9f77
17 changed files with 149 additions and 87 deletions

View File

@ -0,0 +1,12 @@
---
vcenter_hostname: "vcs8srv01.lab.loc"
vcenter_username: "administrator@vsphere.local"
vcenter_password: "XXXXXXXXX"
vcenter_validate_certs: false
vcenter_datacenter: "DC01"
ansible_user: "root"
#ansible_password: "XXXXXXX"
ansible_ssh_private_key_file: '~/.ssh/id_rsa_XXXXXXX'
ansible_ssh_port: 22
ansible_python_interpreter: "/usr/bin/python3"