Re: [ansible-project] gather_facts: ansible_hostname only

2018-01-23 Thread Kai Stian Olstad
On Tuesday, 23 January 2018 19.09.06 CET John Harmon wrote: > Thanks Matt. It seems platform and !all,min equate to the same thing. I > tried the following in my playbook and it works: > > pre_tasks: > - setup: > gather_subset: min > filter: ansible_hostname gather_subset

Re: [ansible-project] gather_facts: ansible_hostname only

2018-01-23 Thread John Harmon
Thanks Matt. It seems platform and !all,min equate to the same thing. I tried the following in my playbook and it works: pre_tasks: - setup: gather_subset: min filter: ansible_hostname On Tuesday, January 23, 2018 at 10:59:23 AM UTC-7, Matt Martz wrote: > > The most min

Re: [ansible-project] gather_facts: ansible_hostname only

2018-01-23 Thread Matt Martz
The most minimal you can do, and still get that would be to define: gather_subset: platform It will include ansible_hostname, plus a few extras. On Tue, Jan 23, 2018 at 11:42 AM, John Harmon wrote: > Is there a way for me to specify the only fact I care about gathering? I > have a server tha

[ansible-project] gather_facts: ansible_hostname only

2018-01-23 Thread John Harmon
Is there a way for me to specify the only fact I care about gathering? I have a server that is giving me grief due to the way its disks are setup (tons of nfs shares, etc) at least I assume that is why it is giving me grief. I just need to gather the ansible_hostname fact. -- You receive