Dear friends/ Tech Team,
I am Suhas from Bangalore. I am looking for some technical help from the group.
I am new into Ansible. I am having 12 + years of total experience in Windows.
I am getting some errors while setting up windows clients to be controlled from ansible.
I have setup ansible on Ubuntu Server.
Hosts File-- /etc/hosts
127.0.0.1 localhost
127.0.1.1 test-serv
192.168.0.146
192.168.0.147
8.8.8.8
c1.local
c2.local
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ansible hosts file -- /etc/ansible/hosts
# Ex 3: A collection of database servers in the 'dbservers' group
#[dbservers]
#
#10.25.1.56
#10.25.1.57
# Here's another example of host ranges, this time there are no
# leading 0s:
[clients01]
192.168.0.146
192.168.0.147
[clients02]
C1.local
C2.local
ansible_connection=winrm
Please let me know if there's any changes required to do.