For some reason, this form does not allow longer posts, I guess. Because it keeps cutting my post and drops like half the info I am trying to add. Here is the rest of what I was wanting to add. I just put my hosts file in as an image.
[image: Hosts File.png] The only thing I have in my ansible.cfg file is: [defaults] host_key_checking = false timeout = 30 the hosts file and the ansble.cfg file are both in the default location of /etc/ansible.Thanks for any help on this I really appreciate it. On Wednesday, July 8, 2020 at 8:07:20 AM UTC-7, Alan Woods wrote: > > Hi Corleone, the account that I am using is in the Administrators group on > the windows 10 boxes. Right now, I am using a Dev environment using > Vagrant. I have 4 windows 10 boxes that are all from Vagrant Cloud and a > centos box for the ansible controller that is also from Vagrant Cloud. So, > by default the Vagrant user is always an admin on the boxes. > > > > I did also try to install Google Chrome with Ansible on these boxes with > this playbook and it does work just to test it. Google Chrome does get > installed: > > --- > - name: Install Google Chrome > hosts: win10-pro-1 > gather_facts: no > tasks: > - win_chocolatey: > name: > - googlechrome > state: present > > > > > This is what I have in my hosts file for Ansible. Right now, I am just > using the winPro group at the moment but Ansible can talk to all these > machines with the win_ping: > > > [all<span style="color: > -- 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/983ee669-f811-4c04-bcf1-42436f6d597ao%40googlegroups.com.
