[ansible-devel] Re: Ansible-2.8.0 delay

2019-03-21 Thread Toshio Kuratomi
On Thu, Mar 21, 2019 at 5:07 PM Toshio Kuratomi wrote: > > Hello all, > > As some of you may have noticed, Ansible-2.8.0-alpha1 has been delayed. It > was scheduled for last week but we have one important feature that we're > still working on. To give it a chance to be finished up, we've

Re: [ansible-devel] how should I connect to windows clients with dhcp addresses?

2019-03-21 Thread Mike V
Thanks for the reply. This is for machines on the network that are NOT joined to the domain yet, so they do not have a DNS entry. I took the approach of running a win_shell task against the dhcp server and then using in-memory inventory with add_host to further configure the hosts. I think a

Re: [ansible-devel] how should I connect to windows clients with dhcp addresses?

2019-03-21 Thread Bob Harold
On Wed, Mar 20, 2019 at 5:55 PM Mike V wrote: > Hi, > I want to add windows clients to an Active Directory domain. The clients > are getting IP addresses from dhcp and they are not in DNS. Should I write > a playbook to query the dhcp server with the known hostnames to generate an > inventory