[ansible-project] Re: Windows Domain/Ansible Kerberos Auth Issues Still

2020-06-11 Thread David Foley
Are these Linux Machines? how many Domain Controllers are in your Environment if you have more then one it may be doing a round-robin on the Kerberos and failing on one Domain and not on the other.: you need to start restricting down to only allow your Linux Server to Connect to one AD. --

[ansible-project] VM not joining domain

2020-06-10 Thread David Foley
Did you check the windows Event logs for the Active Directory -- 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 ansible-project+unsubscr...@googlegroups.com.

Re: [ansible-project] deploy VM from template and customize guest

2020-06-08 Thread David Foley
So you want to do something like Terraform init / plan & Apply and once finished you want to do a Terraform Destroy? No Ansible doesn't do State Files -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and

Re: [ansible-project] deploy VM from template and customize guest

2020-06-08 Thread David Foley
> > I'll assume you are refering to Custom Specs within vCenter : > > You can use the following: https://docs.ansible.com/ansible/latest/modules/vmware_guest_module.html *customization_spec*

[ansible-project] Re: Vm mount iso and install vmware tools

2020-05-26 Thread David Foley
instead of the win_get_url use the win_package that will install the application for you vm_tools win_package: path: https://repo.saltstack.com/windows/Salt-Minion-3000-Py3-AMD64-Setup.exe product_id: 'Salt-Minion-3000-Py3-AMD64-Setup.exe' arguments:

[ansible-project] Re: facing the problem in mapping network drive

2020-05-26 Thread David Foley
Hi, It may be easier to use PowerShell within an Ansible caller. https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/new-psdrive?view=powershell-7 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To

Re: [ansible-project] ansible kerberos library is not installed

2020-05-25 Thread David Foley
I would advise speaking to your AD Team or your GPO Administrator, They may have updated their GPO Policies to stop communication over the ports used for Kerberos: This Issue doesn't seem to be an Ansible issue but an issue with your Environment setup. -- You received this message because

Re: [ansible-project] [WARNING]: provided hosts list is empty, only localhost is available

2020-05-25 Thread David Foley
It's outputting your items list, as you have msg on the list if you are looking to put the info you need to use a register then either var or message that register -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this

Re: [ansible-project] What are the possible setups for ansible in the cloud to configure on premise devices?

2020-05-23 Thread David Foley
> > >>- What is your Cloud Service Provider that this PoC will take place ? >> - Using just "OpenVPN" Soultion on a cloud provider isn't best >> practice when it comes to Security you can download an OpenVPN >> instance on >> EC2 market, but you may have better option

[ansible-project] win_domain_computer module

2020-05-21 Thread David Foley
If your looking at doing work on Active Directory; you may need to switch over to "win_domain_membership" -- 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

[ansible-project] Re: problem passing var between tasks.

2020-05-21 Thread David Foley
Another way I know is to send the reg to the stdout and cat that stdout into the other playbook. similar to outputting to the File, but if the API Value is big you may be better off with the Text File. register: test - debug: msg="{{test.stdout}}" tasks: - shell: cat

[ansible-project] Re: problem passing var between tasks.

2020-05-21 Thread David Foley
Why two Playbook ? But either way, Copy the Reg to a Local Json File Then in your Second Playbook Just read in the JSON File name: Read Json File shell: cat Info.json register: json_file (json_file.stdout | from_json).VALUE -- You received this message because you are subscribed

[ansible-project] Re: Passing data from ansible to service now table

2020-05-21 Thread David Foley
Is the Body Correct ? and that you aren't missing any JSON values? -- 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

[ansible-project] Re: vmotion condition

2020-05-19 Thread David Foley
Hi Mani, Your best bet would be to use PowerCLI, https://communities.vmware.com/thread/539904?start=15=0 -- 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

Re: [ansible-project] Re: how to install a specific KB from windows update

2020-05-18 Thread David Foley
> > >>> It seems every Question you post in here 90% of the troubleshooting >>> seems to be issues around your indentation, I'll recommend reading up on >>> the basic of Ansible and how yaml works if your having issues like these... >>> Also can you Please fix this from the code you have

[ansible-project] Re: is there a progress bar in TASK?

2020-05-17 Thread David Foley
A Quick Google Search Returned this for me. I'll assume you did the same? https://stackoverflow.com/questions/41194021/how-can-i-show-progress-for-a-long-running-ansible-task On Sunday, May 17, 2020 at 6:26:50 PM UTC+1, Tony Wong wrote: > > is there a progress bar available in TASK? > >

[ansible-project] Re: how to install a specific KB from windows update

2020-05-17 Thread David Foley
When you Run Windows Update it returns all available Updates as you can see from your Output it's skipping as they aren't in the Whitelist Your WHEN statement is wrong. you need to Set it to something like when: update_result.reboot_required == True On Sunday, May 17, 2020 at 6:43:28 PM

[ansible-project] Ansible vmware_content_deploy_template

2020-05-15 Thread David Foley
Hi All, I'm getting the Following Error When trying to Run an Ansible Playbook. even when i have validate_certs Set to False, it's still displaying the issue. Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See:

Re: [ansible-project] installing windows updates on windows hosts

2020-05-13 Thread David Foley
Again you seem to be missing vaules reboot: yes When: """ -- 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 ansible-project+unsubscr...@googlegroups.com.

Re: [ansible-project] installing windows updates on windows hosts

2020-05-13 Thread David Foley
Also appears you are missing the Tasks: element in your playbook -- 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

[ansible-project] Re: Create VM from ISO on ESXI

2020-05-11 Thread David Foley
> > Hi, > you could just use the following Folder: / That will automatically place the Server into the path of Datacenter/vm/ Using Folder would place it into a more specific folder if needed i.e Folder Datacenter/vm/Development/ -- You received this message because you are subscribed to

[ansible-project] Re: How to pass params from Ansible to Jenkins Job triggered by Ansible Playbook?

2020-05-07 Thread David Foley
Using the Example Curl -X you can use the Ansible URI Module curl -X POST http://developer:developer@localhost:8080/job/test/buildWithParameter --data-urlencode json='{"parameter": [{"name":"paramA", "value":"123"}]}'--- - name: Jenkins Remote Build hosts: localhost connection:

[ansible-project] How to pass params from Ansible to Jenkins Job triggered by Ansible Playbook?

2020-05-07 Thread David Foley
Hi, In order to push jobs from Ansible or even Python to Jenkins you need to make sure Remote Trigger is enable and an API Token has been created for your Jenkins User. You can Then just use a Post request using the Ansible URI module -- You received this message because you are subscribed

[ansible-project] Help with Conditions

2020-05-05 Thread David Foley
Hi All, Just wondering is their a better way of doing the Following? --- - hosts: localhost gather_facts: false tasks: - name: Getting vCenter Details uri: url: http:///mdb/{{ fqdn }} return_content: yes body_format: json register: mdb_console - copy:

[ansible-project] Re: Running roles for every host mentioned in inventory file

2020-05-02 Thread David Foley
Not sure if it's possible with ansbile but with Salt you can set Grains and do if else statements based on those grains {% if role[host1] } - role: host1 {% elif role[hoat2] %} -role: host 2 {%endif%} I would look up condition s for ansible -- You received this message because you are

Re: [ansible-project] Ansible Multiple virtual machines or templates with same name found.

2020-04-29 Thread David Foley
Having issues extracting UUID Has anyone in the group successful deployed using the path should it be /Folder/Data center/vm/folder/template_name -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop

Re: [ansible-project] Ansible Multiple virtual machines or templates with same name found.

2020-04-29 Thread David Foley
ure there are no > duplicate templates. > Or, as the docs you quoted say, use the UUID to identify it. > > On Wed, 29 Apr 2020 at 18:58, David Foley wrote: > >> >> Hi All, >> >> Trying to Deploy a Virtual Machine on a Cluster within a DataCenter which >> appears that

[ansible-project] Ansible Multiple virtual machines or templates with same name found.

2020-04-29 Thread David Foley
Hi All, Trying to Deploy a Virtual Machine on a Cluster within a DataCenter which appears that a Template with the Same name is on a different Cluster within the Same Datacenter: Looking at the Following from the Doc: can someone help me with the absolute path ? I tried the following

[ansible-project] Re: ssl: the specified credentials were rejected by the server

2020-04-25 Thread David Foley
It's best to move to an Agent-Based configuration management Tool Such as SaltStack for Windows if your Machines are been managed by GPO which is preventing Ansible to Connect. Or else configure everything before the machine joins the Domain -- You received this message because you are

Re: [ansible-project] Check status of VMware tools & reboot if VMware tools are not running

2020-04-22 Thread David Foley
You need to do loop on the var -- 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 ansible-project+unsubscr...@googlegroups.com. To view this discussion on the

Re: [ansible-project] Check status of VMware tools & reboot if VMware tools are not running

2020-04-22 Thread David Foley
You need to debug out the message -- 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 ansible-project+unsubscr...@googlegroups.com. To view this discussion on

Re: [ansible-project] Check status of VMware tools & reboot if VMware tools are not running

2020-04-22 Thread David Foley
Still ident While Fixing The Last Ident Issue you seem to have moved everything to the Left: Abhijeet Kasurde Just attached the Correct Way of Doing It; I would Recommend Reading / Watching Some Ansible Videos before taken on some Projects: you may end-up doing more harm then good within your

[ansible-project] Re: Need to Deploy OS using ansible playbook

2020-04-21 Thread David Foley
019 OS on bare-metal server not in virtual machine > > On Tuesday, April 21, 2020 at 3:22:05 PM UTC+5:30, David Foley wrote: >> >> When you say deploy an OS: >> >> is this a bare-metal Server or a Virtual Machine on vSphere ? >> >> On Tuesday, April 21, 2020

[ansible-project] Re: Proxmox VM provisioning with ansible - how to run task on created vm?

2020-04-21 Thread David Foley
Hi I currently have the Following Playbook that creates Windows Virtual Machines: If you need to do other tasks on the Virtual Machine; I'll recommend creating a Pipeline within a CI/CD platform: For Example: I have a number of Tasks - Create Machine - Create AD Object - Join

[ansible-project] Re: Need to Deploy OS using ansible playbook

2020-04-21 Thread David Foley
When you say deploy an OS: is this a bare-metal Server or a Virtual Machine on vSphere ? On Tuesday, April 21, 2020 at 9:16:13 AM UTC+1, Pavan Nr wrote: > > Hi All, > > any one experimented how to deploy OS using playbook ? > how to call WDS Server using ansible playbook? > > if anyone done ,

[ansible-project] Re: How generate dynamic host file with only IP of concrete vendor (by MAC)

2020-04-20 Thread David Foley
I'm using the following Playbook, which is taken the IP Address Entered from the Jenkins Pipeline: --- - name: Running Appened To Ansible Host File Playbook hosts: localhost connection: local tasks: - name: Adding The IP Address of the Newly Created Server to Ansible Host File

Re: [ansible-project] Check status of VMware tools & reboot if VMware tools are not running

2020-04-19 Thread David Foley
> > $ sudo apt update >> $ sudo apt install software-properties-common >> $ sudo apt-add-repository --yes --update ppa:ansible/ansible >> $ sudo apt install ansible >> >> https://docs.ansible.com/ansible/2.3/intro_installation.html No you don't need to have the latest Ubuntu 19 > >> >> --

Re: [ansible-project] Check status of VMware tools & reboot if VMware tools are not running

2020-04-19 Thread David Foley
Can you Install Ansible 2.9 on a Test Machine and Retest on this version ? >> -- 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

[ansible-project] Re: How to mix a reboot handler with a service restart handler in the same Ansible playbook?

2020-04-19 Thread David Foley
Looking at Ansible Reboot a Machine: - name: Reboot a slow machine that might have lots of updates to apply reboot: reboot_timeout: 3600 This will Reboot the System and Test the connection: I wonder if you do a Timeout of zero: default is 6000 what happens if you set this to zero, Also

Re: [ansible-project] Check status of VMware tools & reboot if VMware tools are not running

2020-04-18 Thread David Foley
values are not allowed in this context > > The error appears to be in '/home/tony/ansiblework/info.yml': line 3, > column 8, but may > be elsewhere in the file depending on the exact syntax problem. > > The offending line appears to be: > > name: get info vm > hosts: l

Re: [ansible-project] Check status of VMware tools & reboot if VMware tools are not running

2020-04-18 Thread David Foley
r while loading YAML. >> mapping values are not allowed in this context >> >> The error appears to be in '/home/tony/ansiblework/info.yml': line 3, >> column 8, but may >> be elsewhere in the file depending on the exact syntax problem. >> >> The offending lin

Re: [ansible-project] Check status of VMware tools & reboot if VMware tools are not running

2020-04-18 Thread David Foley
--- - name: get info vm hosts: localhost connection: local gather_facts: false tasks: - name: get info about the virtual machine vmware_guest_info: hostname: vcnerter username: password: datacenter: DC validate_certs: False name: myvm

[ansible-project] Re: Check status of VMware tools & reboot if VMware tools are not running

2020-04-18 Thread David Foley
hosts: localhost gather_facts: false tasks: - vmware_guest_info: hostname: "{{ vcenter_hostname }}" username: eu\wavesservice password: GHb!DW|79Z5i validate_certs: no datacenter: Test name: "{{ VM_Name }}" schema: "vsphere" properties:

Re: [ansible-project] Re: Need some suggestion

2020-04-16 Thread David Foley
If you are looking to break your application roles up into some sort of micro service: I would suggest looking at Ansible plugin for Jenkins and configure a pipeline with choces, based on these it will callthe roles, or you can have a pipeline for each role with a downstream from the main

[ansible-project] "msg": "Local object for PUT does not exist"

2020-04-15 Thread David Foley
Remote_user I would do connection: local, also what's the folder permission on that playbook folder? -- 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

[ansible-project] Re: Need Assistance With Ansible Error

2020-04-15 Thread David Foley
It's not refusing the connection, but no harm in trying; Did you add the key to known hosts file? https://www.techrepublic.com/article/how-to-easily-add-an-ssh-fingerprint-to-your-knownhosts-file-in-linux/ -- You received this message because you are subscribed to the Google Groups "Ansible

Re: [ansible-project] Login/Password encryption in host file

2020-04-14 Thread David Foley
You could use vault / hash or shadow your password and use that hashed value. Or you could add you job to a CI/CD pipeline add your credentials into that pipeline which will be hashed out on Stdout -- You received this message because you are subscribed to the Google Groups "Ansible Project"

[ansible-project] Help with a Windows target node

2020-04-14 Thread David Foley
Is the user part of the local Admin group or has access to login to the machine -- 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

[ansible-project] Ansible With_Item as Variable

2020-04-14 Thread David Foley
Hi All, Could do with some Help with this issue: I am trying to get the Powerstate of a Virtual Machine and power off when powerstate != poweroff and looking at a way to copy the copy the Cluster variable to a Text File: --- - name: Running Create Virtual Machine Playbook hosts:

[ansible-project] Re: need assistance with this playbook

2020-04-14 Thread David Foley
Hi Tony: I think you need to look at powercli for ESXi Configuration: On Tuesday, April 14, 2020 at 2:28:33 PM UTC+1, Tony Wong wrote: > > how do i create a ansible vmware playbook with following > > > - join esx host to domain > - setup ntp with - 0.pool.ntp.org, 1.pool.ntp.org > - set advance

[ansible-project] Re: ansible add esxi host to datacenter or folder

2020-04-13 Thread David Foley
Hi Tony, Looking at the Documentation https://docs.ansible.com/ansible/latest/modules/vmware_host_module.html - name: Add ESXi Host to vCenter vmware_host: hostname: '{{ vcenter_hostname }}' username: '{{ vcenter_username }}' password: '{{ vcenter_password }}' datacenter:

[ansible-project] Re: ansible updating vmware tools on windows vms

2020-04-13 Thread David Foley
I have supplied a completed Playbook for you to use ? what else are you looking for ? On Sunday, April 12, 2020 at 11:20:26 PM UTC+1, Tony Wong wrote: > > I created a yml file like this. I just need to test it on one vm. > > --- > - hosts all > gather_facts: false > connection: local >

[ansible-project] ansible updating vmware tools on windows vms

2020-04-12 Thread David Foley
Trythe following code, I am because the tools moulde is looking for a UUID of the Machine I'm first doing a Gather_facts on that machine inorder to get the UUID then importing that as a variable in the next task :--- - name: Running VMTools Playbook hosts: localhost

[ansible-project] Re: Powershell code in Ansible playbook returns non zero error code

2020-04-10 Thread David Foley
Have you Tested the Powershell Code on a local machine to make sure it's working ? You could: - Create the Powershell Script in Name.ps1 - Copy Name.ps1 to Temp - Run it and then Remove name.ps1 from Temp Folder In the past, I had issues with running Powershell Scripts using

[ansible-project] Re: Problems Creating VMs From Template

2020-04-09 Thread David Foley
Can you test on a Different Linux OS, like Ubuntu and a Different Network vSwitch On Thursday, April 9, 2020 at 4:37:26 PM UTC+1, AJ wrote: > > Nope it's unreliable. Ran it a few more times, it completely worked a > couple times, then the 3rd time it worked on the first VM and failed on the >

[ansible-project] Re: Problems Creating VMs From Template

2020-04-09 Thread David Foley
If i can remember Correctly: I had the Same issue with Static IP not taken affect, as my AutoLogin wasn't working, Once i fixed the Password on the template, Static IP Address were taken effect. -- You received this message because you are subscribed to the Google Groups "Ansible Project"

[ansible-project] Re: Problems Creating VMs From Template

2020-04-09 Thread David Foley
> > I'm using Ansible to Deploy Windows machines: having no issues, out side > of your Code: Outside of your code I'm not using both of the following: > >- start_connected: True >-wait_for_ip_address: yes > > Not sure if Static IP Address settings need to have login set to use

[ansible-project] Re: How to increase VM OS disk, from template, using ansible vmware guest module

2020-04-08 Thread David Foley
Hi Bhanu, Are you trying to Deploy From Template but to Increase the Disk , if so a simple vm_disk: disk1: size_gb: 10 type: thin datastore: storage001 What is not supported is the decrease the disk size -- You received this message because you are subscribed

Re: [ansible-project] Re: Ansible Get vSphere Virtual Machines

2020-04-08 Thread David Foley
> > Hi Gobi, I was using that above, but it outputs all information, I was trying to only output the guest_name with the with_item loop -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving

[ansible-project] Re: Ansible Get vSphere Virtual Machines

2020-04-08 Thread David Foley
> > Hi Gobi > that outputs the first on the Json List, how would i do a loop ? i Tried with_items - debug: msg: "{{ item.tags }}" with_items: - "{{ vm_info.virtual_machines.guest_name }}" -- You received this message because you are subscribed to the Google Groups

[ansible-project] Ansible Get vSphere Virtual Machines

2020-04-08 Thread David Foley
Hi All, Trying to Output only the Virtual Machine Name: but having issues with the Json output --- - name: Running Create Virtual Machine Playbook hosts: localhost gather_facts: false connection: local tasks: - name: Get VMs vmware_vm_info:

[ansible-project] Ansible with Windows Shared Folder

2020-03-31 Thread David Foley
Hi, I'm trying to roll out Microsoft DSC Using the following Playbook to install the application --- - name: hosts: win gather_facts: false #connection: win tasks: - name: Install DSC win_shell: 'Set-DscLocalConfigurationManager -Path

[ansible-project] Re: Weird Kerberos Issues with WinRM and a new host spun up from vmware_guest

2020-03-10 Thread David Foley
Did you Configure the WinRM ? for CredSSP ? runonce: - powershell.exe -ExecutionPolicy Unrestricted wget https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 -OutFile C:\Windows\Temp\ConfigureRemotingForAnsible.ps1

Re: [ansible-project] Ansible Split JSON Return

2020-03-06 Thread David Foley
On Thursday, March 5, 2020 at 8:48:12 PM UTC, Kai Stian Olstad wrote: > > On 05.03.2020 15:52, David Foley wrote: > > Have the Following Playbook Which Returns the following > > > > ok: [localhost] => { > > "mdb.json": [ > > The [ is tel

[ansible-project] Re: Ansible Split JSON Return

2020-03-05 Thread David Foley
- - hosts: localhost gather_facts: false tasks: - name: Getting Mac Address uri: url: http://.com return_content: yes register: mdb - debug: msg: "{{ mdb.json }}" -- You received this message because you are subscribed to the Google Groups "Ansible

[ansible-project] Re: Ansible Split JSON Return

2020-03-05 Thread David Foley
When i do Both "{{ mdb.json.mac-address }}" "{{ mdb.json.split(':')[1:6] | join(':') }}" It returns fatal: [localhost]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'list object' has no attribute 'mac'\n\nThe error appears to be in

[ansible-project] Ansible Split JSON Return

2020-03-05 Thread David Foley
Have the Following Playbook Which Returns the following ok: [localhost] => { "mdb.json": [ { "mac-address": "xx:xx:xx:xx:xx" } ] } -- - hosts: localhost gather_facts: false tasks: - name: Getting Mac Address uri: url="http://.com?field=mac-address;

[ansible-project] Re: How to use an IF Else Statement with Ansible Playbook

2020-02-21 Thread David Foley
So i have updated the Script as follows: > --- > - hosts: localhost > gather_facts: false > tasks: > - vmware_guest_info: > hostname: > username: > password: > validate_certs: no > datacenter: Test > name: Win10 > schema: "vsphere" >

[ansible-project] Re: How to use an IF Else Statement with Ansible Playbook

2020-02-21 Thread David Foley
> > HI Davide > When i use when: vminfo["runtime.powerState"] == "poweredOn" Im Getting fatal: [localhost]: FAILED! => {"msg": "The conditional check 'vminfo[\"runtime.powerState\"] == \"poweredOn\"' failed. The error was: error while evaluating conditional

[ansible-project] How to use an IF Else Statement with Ansible Playbook

2020-02-21 Thread David Foley
Hi, Can Someone help with a IF Else Statment within Ansible. If i Run a a GetStatus Playbook the Register: vminfo outputs the Following: ok: [localhost] => { "vminfo": { "changed": false, "failed": false, "instance": { "runtime": {

[ansible-project] Re: ansible ping failure to windows host

2020-02-20 Thread David Foley
Did you check your Firewall to make sure icmp is opened or allowed ? i'll create a simple playbook create new folder on the windows host for the connection i'll use ssh instead of WINRM since you have ssh installed -- You received this message because you are subscribed to the Google Groups

Re: [ansible-project] Ansible Create vSphere Virtual Machine

2020-02-17 Thread David Foley
Ok I'm using just / as the folder seems to be bypassing that now but not sure what could be causing the following:: fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "Failed to create a virtual machine : Unable to access the virtual machine configuration: Unable to access

[ansible-project] Re: Ansible Create vSphere Virtual Machine

2020-02-17 Thread David Foley
> > When i Enter the virtualMachine Name _ Folder I'm getting the following > No Folder /TESTMACHINE match in search path.. -- 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

[ansible-project] Ansible Create vSphere Virtual Machine

2020-02-17 Thread David Foley
Ansible playbook fails to deploy Virtual Machine: Can't Find Folder How can I deploy a Virtual machine without any Folders within the Cluster ? --- - name: Running Create Virtual Machine Playbook hosts: localhost gather_facts: false connection: local tasks: -