You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
hi,
i want use ansible as "data miner". like get information X from 100 hosts and report it to the local file (on ansible host) or export it to the elasticsearch server
can you recommend the best way?
thanks
Brian Coca
unread,
Nov 21, 2014, 9:18:41 AM11/21/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
i'm using playbook
i prefer formatted report with jinja (something like template modul)
Dne pátek, 21. listopadu 2014 15:18:41 UTC+1 Brian Coca napsal(a):
Brian Coca
unread,
Nov 21, 2014, 10:00:31 AM11/21/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
there are filters to output json you can use with templates to create
valid json files, which you can use with the uri module to post
directly to elastic search.