Re: [ansible-project] Ansible & Windows Management

2019-04-23 Thread CHARCHOUF SABRI
Thank you very much for your help & advise. may I ask you if you can help me with just some example or tutoriel, as I'm new and any assistance is highly appreciated. if possible we can try to discuss further on slack or hangout.. Again thank you

Re: [ansible-project] Ansible & Windows Management

2019-04-23 Thread Dick Visser
You should not use ansible to connect to each and every host and try to turn it off. That’s a load of overhead and there is no way to turn them back on again later. Instead, use ansible to connect to the openstack cluster and switch off hosts from there, for instance with https://docs.ansible.com/a

[ansible-project] Ansible & Windows Management

2019-04-22 Thread Tony Chia
To connect to windows from ansible you can use wintm instead of the default winrm connection type -- 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-pr

[ansible-project] Ansible & Windows Management

2019-04-22 Thread Tony Chia
You can connect using either ssh key or username / password -- 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

[ansible-project] Ansible & Windows Management

2019-04-19 Thread CHARCHOUF SABRI
Hi Folks, I'm a new user for Ansible and I would like to get some help from experts. Project: Customer would like to use Ansible to switch OFF hosts on a public cloud [*the public cloud is OpenStack based*] My issue is that I'm not sure how to set up my inventory file and how I can connect to