[ansible-devel] Ansible 2.5.0 Release Candidate 2 is available

2018-03-08 Thread mattdavi
Hi all- we're happy to announce that Release Candidate 2 of Ansible 2.5.0 is now available! How do you get it? -- All Ansible pre-releases in the 2.5 series will be published to PyPI. This is probably the easiest way for

Re: [ansible-devel] Content from multiple hosts to one file

2018-03-08 Thread Ed C
I think what you're after is the "magic" groups and hostvars variables: http://docs.ansible.com/ansible/latest/playbooks_variables.html#magic-variables-and-how-to-access-information-about-other-hosts These let you access the information about what hosts are in a group and the facts about those

[ansible-devel] [Urgent help] Ansible for fetching and comparing windows OS configuration, performance stats

2018-03-08 Thread Akash Agarwal
Hi All, Is there a way to use Ansible to fetch Windows OS specific configuration using Ansible on demand ? Is there a way to fetch OS updates, Open Ports, Windows Running Services list? Is there a way to monitor Windows Performance Counters for a duration of time ? Thanks, Akash -- You

Re: [ansible-devel] new developer: make deb

2018-03-08 Thread Kai Stian Olstad
On Thursday, 8 March 2018 16.14.18 CET Keltik85 wrote: > first thanks for your answer and sorry again for the next stupid question. > > Ok I installed this stuff here: > > *sudo apt-get install -y asciidoc libxslt1-dev docbook-xsl xsltproc > libxml2-utils devscripts* You need to check the line

Re: [ansible-devel] new developer: make deb

2018-03-08 Thread Keltik85
first thanks for your answer and sorry again for the next stupid question. Ok I installed this stuff here: *sudo apt-get install -y asciidoc libxslt1-dev docbook-xsl xsltproc libxml2-utils devscripts* Now *make deb* fails here: ansible-2.6.0/docs/docsite/_static/basic.css

[ansible-devel] new developer: make deb

2018-03-08 Thread Keltik85
Hi, I am new to the Ansible github project. Hope this is not a stupid question... I want to get accustomed to the basic development workflow on my local machine. I checked out the github repository and executed make deb: *1. git clone https://github.com/ansible/ansible.git* *2. cd