Re: [ansible-project] Ansible Playbook output to local file

2019-03-08 Thread 'Chris Bidwell - NOAA Federal' via Ansible Project
Thanks for that info! That's helping quite a bit. I added another field to output and since adding that field, it's only giving me about 70 systems instead of the full 93. Any idea on that one? Here's my new playbook after implementing your recommendations: -- - hosts: ALL_RHEL become: yes

Re: [ansible-project] Ansible Playbook output to local file

2019-03-08 Thread Kai Stian Olstad
On 08.03.2019 17:03, 'Chris Bidwell - NOAA Federal' via Ansible Project wrote: > Hi all, > > So I've got this playbook that is getting information from all of my hosts > in my inventory and outputting that data to a local file. However, it's > not outputting on EVERY inventory host. It's going

[ansible-project] Ansible Playbook output to local file

2019-03-08 Thread 'Chris Bidwell - NOAA Federal' via Ansible Project
Hi all, So I've got this playbook that is getting information from all of my hosts in my inventory and outputting that data to a local file. However, it's not outputting on EVERY inventory host. It's going through the list like it's supposed to be, but it's not putting everything in the file.