Тёмный
vPackets
vPackets
vPackets
Подписаться
Deploying NSX-T using Ansible
10:26
3 года назад
Deploying vCenter using Ansible
28:53
4 года назад
Комментарии
@karthikkumark1852
@karthikkumark1852 9 месяцев назад
I'm getting error while adding compute manager ERROR! couldn't resolve module/action 'nsxt_fabric_compute_manager'. This often indicates a misspelling, missing collection, or incorrect module path
@karthigkb
@karthigkb Год назад
Deployed successfully thank you so much..!!
@Jason.M
@Jason.M 2 года назад
This was great, I would love a lower level Ansible video. The basics on modules and playbooks, etc.
@bofollbring7751
@bofollbring7751 2 года назад
Why not use Ansible vault, or Hashicorp vault to store your parameters instead of typing them blindly into shell? All you need to provide is either a password/vault-id or a time limited token at playbook run.
@NicolasMichel_CCIE_29410
@NicolasMichel_CCIE_29410 2 года назад
I agree, using Hashicorp Vault should be what people should do in a live environment. To simplify everything and to let the people process the video and comments , I just wanted to keep it simple :) . But yeah I am planning to implement Vault in my lab .
@karthigkb
@karthigkb 3 года назад
Thanks for the script, i tried the script all working fine but adminstrator@vsphere.local account password not updating, i got error on vm console "VMware vcenter server appliance 7.0.0.1400[FAILED] Failed to start script. see systemctl status vaos.services for details" remaining scripts are run and able to ping my VC and access HTML5 console, but unable to login due to password issue. can you help me to fix this issue. Thanks in advance.
@bobyluvs
@bobyluvs 3 года назад
very nice tutorial...Thanks for sharing
@boori9557
@boori9557 3 года назад
Hi, is there a reason why VMWare's Ansible modules does not support the latest python 3.X? Does that mean Ansible dropping the support for VMWare or VMWare not interested in Ansible anymore?
@teddybear4725
@teddybear4725 3 года назад
Excellent! Should have more like this.
@mariozulmin
@mariozulmin 3 года назад
Thanks for that great Video! I tried to use your code, however i am stuck on connecting in the first place to the esxi host. Have you ever seen this before ? task path: /home/mzulmin/lab-images/ANSIBLE-vSphere-VCSA-OVA-Deploy/playbooks/01-deploy-vcsa.yml:8 "msg": "Unknown error while connecting to vCenter or ESXi API at 10.0.0.200:443 : [Errno 0] Error" } PLAY RECAP *********************************************************************************************************************************************************************************************************************************************************************** localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 I do use your forked devops docker image and VMware-vCenter-Server-Appliance-7.0.0.10300-16189094_OVF10.ova on an 7.0u2 host.. Checked a few documentations, but i cannot get that one fixed :( Any help would be really appreciated! Thanks and best
@mariozulmin
@mariozulmin 3 года назад
Turned out that the Docker Network Bridged on my MAC caused the Issues, man. I forked your repo and changed some code to run on ubuntu 20.04 and added some other stuff in terms of ohmyzsh. The Playbooks work great, thanks! :)
@fabricerios
@fabricerios 3 года назад
Very clear and useful presentation. Thanks !
@Karthik5233kmk
@Karthik5233kmk 3 года назад
Very much helpful content. Thank you.
@randytauren
@randytauren 3 года назад
Cool! Please do more of this!
@tomchris6144
@tomchris6144 3 года назад
Really Informative, Thanks
@morganmercier1710
@morganmercier1710 4 года назад
Joli Nico !!
@cyrildose
@cyrildose 4 года назад
Interesting keep going!