[ansible-project] [WARNING]: No python interpreters found for host

2024-03-08 Thread Christopher Bachmeyer
Hey all, I set up a deployment pipeline using GitHub actions and am experiencing an issue with Ansible seemingly not being able to find the python interpreter. The step in the job is as follows. I set the interpreter_python param and tried 'auto' as well as '/usr/bin/python3' but to no

[ansible-project] RSA Securid install and configuration

2023-06-27 Thread Christopher Bachmeyer
hello Ansible community, I have been trying for some time now to automate the install and configuration of RSA Securid. This is the reference I have been using: https://www.turbogeek.co.uk/how-to-install-rsa-authentication-in-linux/ It seems straightforward enough. I have an Anisble play

Re: [ansible-project] vmware_guest error: Unable to access the virtual machine configuration: Unable to access file

2022-11-28 Thread Christopher Bachmeyer
manage networks, etc. > > Walter > -- > Walter Rowe, Division Chief > Infrastructure Services, OISM > Mobile: 202.355.4123 <(202)%20355-4123> > > On Nov 23, 2022, at 2:55 PM, Christopher Bachmeyer > wrote: > > Did you find a resolution to this by chance? &

[ansible-project] Re: vmware_guest error: Unable to access the virtual machine configuration: Unable to access file

2022-11-23 Thread Christopher Bachmeyer
Did you find a resolution to this by chance? I just ran into the issue when I changed datastores. I was using a general datastore holding templates but the goal was to use the same datastore of the Content library and use those templates. "msg": "Failed to create a virtual machine : Unable

Re: [ansible-project] Executing multiple roles in succession

2022-11-10 Thread Christopher Bachmeyer
ucture Services, OISM > Mobile: 202.355.4123 <(202)%20355-4123> > > On Nov 10, 2022, at 9:54 AM, Christopher Bachmeyer > wrote: > > Hi, Walter, > > That is correct. I am, the vmware-windows role is the first play and > creates the host_group "windows"

Re: [ansible-project] Executing multiple roles in succession

2022-11-10 Thread Christopher Bachmeyer
" that you use as the inventory in your second play? > > Walter > -- > Walter Rowe, Division Chief > Infrastructure Services, OISM > Mobile: 202.355.4123 <(202)%20355-4123> > > On Nov 9, 2022, at 5:30 PM, Christopher Bachmeyer > wrote: > > Hey all, >

[ansible-project] Executing multiple roles in succession

2022-11-09 Thread Christopher Bachmeyer
Hey all, I have two roles that are included in my site.yml and the goal is to execute the second role as soon as the first role completes. I have added a task to generate a dynamic inventory in the first role that the second role can use. I have a job Template in Ansible Tower and the first

Re: [ansible-project] vmware_vm_inventory and workflow templates

2022-10-04 Thread Christopher Bachmeyer
> Mobile: 202.355.4123 <(202)%20355-4123> > > On Oct 4, 2022, at 10:07 AM, Christopher Bachmeyer > wrote: > > Hi Ansible group, > > I am working on constructing a workflow Template using Ansible Tower 3.8.3 > with Ansible ver. 2.9.27. The workflow Template consists o

[ansible-project] vmware_vm_inventory and workflow templates

2022-10-04 Thread Christopher Bachmeyer
Hi Ansible group, I am working on constructing a workflow Template using Ansible Tower 3.8.3 with Ansible ver. 2.9.27. The workflow Template consists of just two job Templates, each one with code residing in separate repos. I created an Inventory in Ansible Tower with a Source

[ansible-project] Re: Ansible Tower Survey

2022-09-03 Thread Christopher Bachmeyer
Walter, I'm so sorry, I thought I had replied to this post. Thanks much for your input. This particular story has been delayed but will certainly look into it. I think I also found a way to save the Surveys via Python so this "may" be what you are suggesting. BTW, do you work in

[ansible-project] vmware_guest -customization block not being executed

2022-09-02 Thread Christopher Bachmeyer
hello all, I am using the vmware_guest module to deploy vms to our vsphere environment and everything is working well. Now there is a requirement to handle post-processing of the vms once they are deployed which requires WinRM on Windows. The goal is to use vmware_guest module to use the

[ansible-project] Ansible Tower Survey

2022-07-26 Thread Christopher Bachmeyer
Morning, community, Does anyone know if it is possible to store a Survey in a code repo like Git or somehow back Surveys up more generally? I'm just not able to find a lot of info on this. Thanks! -- You received this message because you are subscribed to the Google Groups "Ansible

Re: [ansible-project] VMware VM creation works but on boot the network adapter is disconnected

2022-06-14 Thread Christopher Bachmeyer
> > It would be really beneficial to understand the root cause of the adapter > issue on windows builds. > > On Mon, Jun 13, 2022 at 5:43 AM 'Walter Rowe' via Ansible Project < > ansible...@googlegroups.com> wrote: > >> Are you sure your vDS Name is accurate for the V

Re: [ansible-project] Re: VMware VM creation works but on boot the network adapter is disconnected

2022-06-07 Thread Christopher Bachmeyer
:4f2e:dfba:fcf5", "", "169.254.252.245" ], "ipv4": null, "ipv6": "fe80::7990:4f2e:dfba:fcf5", On Tuesday, June 7, 2022 at 7:58:30 AM UTC-6 Christopher Bachmeyer wrote: > Hi, Norm, > > My apologies for not seeing this post earlier. No upda

Re: [ansible-project] Re: VMware VM creation works but on boot the network adapter is disconnected

2022-06-07 Thread Christopher Bachmeyer
> ip: '{{ vmware_provision_vm_network_ip_addr }}' netmask: '{{ > vmware_provision_vm_network_ip_netmask_addr }}' gateway: '{{ > vmware_provision_vm_network_ip_gateway_addr }}' type: "static" > start_connected: truewait_for_ip_address: true delegate_to: localhost > > > On

Re: [ansible-project] Re: VMware VM creation works but on boot the network adapter is disconnected

2022-05-27 Thread Christopher Bachmeyer
uild my VM was missing a perl module. I’ll have to check my > notes for which module. Once I installed that module in my image template, > it worked. > > I now need to do the same and get windows VMs spun up. Would you mind > sharing your playbook? I have a test e

Re: [ansible-project] Re: VMware VM creation works but on boot the network adapter is disconnected

2022-05-27 Thread Christopher Bachmeyer
sing to build my VM was missing a perl module. I’ll have to check my > notes for which module. Once I installed that module in my image template, > it worked. > > I now need to do the same and get windows VMs spun up. Would you mind > sharing your playbook? I have a test e

[ansible-project] Re: VMware VM creation works but on boot the network adapter is disconnected

2022-05-26 Thread Christopher Bachmeyer
We're on Ansible Tower 3.8.3 and Ansible core is 2.9.x. I am trying to use the community.vmware collection and looking to deploy Windows and Linux vms to vSphere. When deploying Windows 2019 vms, the network adapter is always disconnected. It seems like many are having issues with the same