Hi, I need to make a few advance settings changes before adding them to vcenter. so I canst do this with ansible on standalone esxi?
On Fri, Dec 10, 2021 at 6:28 AM Roberto Paz <[email protected]> wrote: > For what I understand, vCenter includes the API server, so it's required. > > vmware modules uses pyvmomi underneath and this tools connects to the API. > > Regards. > > El jueves, 9 de diciembre de 2021 a la(s) 02:33:14 UTC-3, > [email protected] escribió: > >> What makes it look like that? >> >> On Thu, 9 Dec 2021 at 03:42, Tony Wong <[email protected]> wrote: >> >>> I am trying to change advanced settings for standalone esxi host >>> >>> >>> is the possible without vcenter? >>> >>> I looked at >>> >>> - name: Manage multiple settings for an ESXi host >>> community.vmware.vmware_host_config_manager: hostname: '{{ >>> vcenter_hostname }}' username: '{{ vcenter_username }}' password: '{{ >>> vcenter_password }}' esxi_hostname: '{{ esxi_hostname }}' options: >>> 'Config.HostAgent.log.level': 'verbose' 'Annotations.WelcomeMessage': >>> 'Hello World' 'Config.HostAgent.plugins.solo.enableMob': false >>> delegate_to: localhost >>> >>> >>> but it looks like it needs vcenter >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Ansible Project" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/ansible-project/df800365-0482-4260-af34-44c97d3ee236n%40googlegroups.com >>> <https://groups.google.com/d/msgid/ansible-project/df800365-0482-4260-af34-44c97d3ee236n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> Sent from a mobile device - please excuse the brevity, spelling and >> punctuation. >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "Ansible Project" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/ansible-project/uTt7F8HcKjs/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/dde80d70-439a-48d6-a978-ed378e9e0cd3n%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/dde80d70-439a-48d6-a978-ed378e9e0cd3n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CALmkhkqLWjZ_bhtiOufr6GJSoSX%3Dsh7GaD%2BtXA%2BH0exQaYs0JA%40mail.gmail.com.
