Do you really connect to your Windows hosts via SSH? While it is possible with latest Windows, more common options are winrm/psrp connection plugins.
Thank you, - Igor ________________________________ From: [email protected] <[email protected]> on behalf of Stefan Hornburg (Racke) <[email protected]> Sent: Monday, May 20, 2019 12:54:49 PM To: [email protected] Subject: Re: [ansible-project] Connection Ansible with Windows host problem On 5/20/19 11:40 AM, Ryad karkar wrote: > Hey, > > I want connect Ansible with my host Windows but i don't understand why it's > not works. > > I have groupe in */etc/ansible/hosts :* > * > * > *[windows]* > *101.5.213.11 ansible_connection=ssh ansible_shell_type=powershell* > > I have one *playbook.yml :* > > *- name: "Installation de script SQL"* > * hosts: "windows"* > * gather_facts: no* > * roles:* > * - role: "roles"* > * > * > * tasks:* > * > * > * - name: "Executer le script powershell"* > * script: "files/script1.ps1"* > > But same the simple ping it's not works why ? Hard to tell without seeing the output of the playbook run (add verbosity with -vv). Regards Racke > > I look the documentation Ansible for windows but it not works :/ > > Thanks for your help !! :) > > Regards, > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/edb5611b-712c-4a21-a250-2961e1121365%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/edb5611b-712c-4a21-a250-2961e1121365%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout. -- Ecommerce and Linux consulting + Perl and web application programming. Debian and Sympa administration. Provisioning with Ansible. -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/3d1aa3b1-11f3-165d-04c5-03827e44220f%40linuxia.de. For more options, visit https://groups.google.com/d/optout. -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/SN6PR01MB4048FFC7074BFBCA3F38B3BBAB060%40SN6PR01MB4048.prod.exchangelabs.com. For more options, visit https://groups.google.com/d/optout.
