[ansible-project] Slowness changing VM port group with vmware_guest module

2019-06-02 Thread Matt Mullen
Hello, I am using the vmware_guest module to change a port group on a VM and it is taking over a minute to change the port group for each VM.Below is the playbook: - name: "Change VM port group in vCenter DC {{ item['vcenter_dc'] }}" vmware_guest: hostname: "{{ inventory_hostname }

Re: [ansible-project] ansible-vault doesn't prompt to create vault password

2017-08-14 Thread Matt Mullen
gt; ansible-vault --vault-id=prompt create foo.yml > > > > On Mon, Aug 14, 2017 at 1:11 PM, Adrian Likins wrote: > >> hmm, thats a bug. I'll take a look at it, but filing at issue at github >> wouldn't hurt. >> >> On Wed, Aug 9, 2017 at 6:29 PM, Mat

[ansible-project] ansible-vault doesn't prompt to create vault password

2017-08-09 Thread Matt Mullen
I'm running 2.4.0 and trying to encrypt a file with ansible-vault. In past versions of Ansible, this command would prompt to create a vault password to encrypt the file: C02NVAEGG3QJ:playbooks mullenma$ ansible-vault encrypt test.yml Usage: ansible-vault encrypt [options] file_name encryption/

[ansible-project] nxos_command using the src option

2016-11-08 Thread Matt Mullen
I'm using the src parameter of nxos_config to enter several configuration lines at once. When it detects that one of the lines differs from the running configuration, does it push the entire block from the src file or just the line that was different? Also is there any way to display the li