[ansible-project] F5 - Fetch UCS Module

2023-07-31 Thread kyle jones
Hello, Using the Bigip_ucs_fetch module to pull a UCS backup. I keep getting not found, since in the source code of the module its appending /mgmt/tm/sys/ucs to the url path: https://IP:Port/mgmt/tm/sys/ucs. What is your f5 configuration doesn't use that path? Has anyone found a workaround? U

[ansible-project] Re: Ansible + Arista + Netbox

2023-03-23 Thread kyle jones
Hey Ben, I feel your pain when it comes to designing automation for something. Are you use making your decision making based on the facts pulled from the switch? Care to share a playbook and a debug of the facts you want to loop through? On Wednesday, March 22, 2023 at 7:57:02 PM UTC-5 Ben Jo

[ansible-project] Ansible Molecule help

2023-03-20 Thread kyle jones
Hey folks, I have been attempting to configure a consistent Ansible Molecule stack, but I seem to never find up to date instructions and I have had issues with the using Molecule's documentation (which probably issues on my end). Here is what I have done so far: - Attempted to configure WS

Re: [ansible-project] Vmware.Collection: vmware_guest_snapshot setting expiration

2023-03-20 Thread kyle jones
ng(0, $pos) > >$domain_name = $NotRespondingHost.Substring($pos+1) > >$ESXi_name + "._ilo." + $domain_name > > } > > args: > > executable: /usr/bin/pwsh > > register: NotRespondingHostILO_Pre > > delegate_to: localhost > > > &g

Re: [ansible-project] Vmware.Collection: vmware_guest_snapshot setting expiration

2023-03-20 Thread kyle jones
and for the removal I use the absent parameter > (state: absent) and schedule the playbook to run at a certain time. > > > > On Sun, Mar 12, 2023 at 11:00 PM kyle jones wrote: > >> Hello, >> >> Does anyone have any documentation or know what parameters to

Re: [ansible-project] Vmware.Collection: vmware_guest_snapshot setting expiration

2023-03-12 Thread kyle jones
> > > > > *From:* ansible-project@googlegroups.com > *On Behalf Of *kyle jones > *Sent:* Sunday, March 12, 2023 6:00 PM > *To:* Ansible Project > *Subject:* [ansible-project] Vmware.Collection: vmware_guest_snapshot > setting expiration > > > > Hello, >

[ansible-project] Vmware.Collection: vmware_guest_snapshot setting expiration

2023-03-12 Thread kyle jones
Hello, Does anyone have any documentation or know what parameters to use when using vmware_guest_snapshot to take snapshot, but adding an expiration period? I looked over the ansible docs a few times and I did not see it. -- You received this message because you are subscribed to the Google

[ansible-project] Dynamically building an email template, with tables, using ansible

2023-02-07 Thread kyle jones
Hello, Has anyone ever attempted to dynamically build an email, in html, which populates a table with server details from anisble facts and registered variables? I am trying to solve this and I am having issues with the design: [image: 2023-02-07_19-15-38.jpg] -- You received this message