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
Hey Folks,
I am starting to work on an ansible project and would like to have some recommendations
I have about 5000 servers around the world that I would like to validate against my host database. What is the best way?
1. Write custom modules? 2. Use the facts returned from the remote server? 3. Any other ideas?
Brian Coca
unread,
Jun 9, 2015, 6:42:45 PM6/9/15
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
validate what?
if it is host makeup/information, most of that is in the facts
gathered by ansible, which you can store in a centralized manner using
fact caching.
I would need more information to suggest and/or propose anything else.