Re: [ansible-project] Ansible with Windows hosts

2019-05-24 Thread Stefano Leandro
Hi , Personally im using SSH ,installed from chocolatey repository. Since Ansible 2.8 ,ansible start to support SSH on Windows comunication U have to dowload ansible 2.8 from github .It's released some days ago :) Stefano Il giorno ven 24 mag 2019 alle ore 10:03 Ryad karkar ha scritto: >

[ansible-project] Ansible invetory plugin for Check_MK exist ?

2019-05-24 Thread Stefano Leandro
Hi , I'm looking an inventory plugin for Ansible that works for Check_Mk or can i use the invetory plugin for Nagios as well ? Thank you , Stefano -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop rec

[ansible-project] How to move computer within OU in Active Directory

2019-06-27 Thread Stefano Leandro
Hi, I would to ask how to move computer within OU in Active Directory . Im thinking to use the module win_domain_computer like this : --- - name: Moving AD Computer into OU Testing hosts: all gather_facts: no tasks: - win_domain_computer: name: "{{ inventory_hostname }}"

[ansible-project] How can get a ansible output like a report for no technical audience

2019-06-27 Thread Stefano Leandro
Hi , I would you ask some suggestion how can get a ansible output like a report for no technical audience. I mean , the recap report is too ansible-operators ,the standardoutput is not coherent due to depends what are you running for ... So , i can get a report of execution and state about my

[ansible-project] How to rollback the ansible-playbook tasks ?

2019-06-27 Thread Stefano Leandro
Hi Folks, I would to ask some suggestions for controlling a state rollback of ansible-plyabook tasks . Are there some best practice to follow ? Thank you, Steano L. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from th

Re: [ansible-project] How can get a ansible output like a report for no technical audience

2019-06-27 Thread Stefano Leandro
ty sir Il giorno giovedì 27 giugno 2019 11:17:39 UTC-6, Kai Stian Olstad ha scritto: > > On 27.06.2019 19:03, Stefano Leandro wrote: > > Hi , > > > > I would you ask some suggestion how can get a ansible output like a > report > > for no technical audie