Added this repo

This commit is contained in:
2024-09-19 13:29:35 +03:00
commit 5ae5fe2586
47 changed files with 1265 additions and 0 deletions

14
ansible/README.md Normal file
View File

@ -0,0 +1,14 @@
# Ansible playbooks and roles.
For secrets and cred vars create /root/.secret/.ansible/vars_creds.yml<br/><br/>
`vcenter_hostname: "vcs8srv01.lab.loc"`<br/>
`vcenter_username: "administrator@vsphere.local"`<br/>
`vcenter_password: "XXXXXXXXXXXX"`<br/>
`vcenter_validate_certs: false`<br/>
`vcenter_datacenter: "DC01"`<br/>
<br/>
`ansible_user: "root"`<br/>
`ansible_password: "XXXXXXXX"`<br/>
`#ansible_ssh_private_key_file: '~/.secret/auto-tools/ansible/.ssh/ansb.id_rsa'`<br/>