>
> Have a look at the documentation here 
> (http://docs.ansible.com/ansible/developing_inventory.html); near the 
> bottom is some information about tuning up large inventories. Basically, 
> you can add "_meta" to your inventory and list the host variables. Just 
> adding the following to your inventory speeds it up on my system from 7 
> seconds to .3 seconds (with Ansible 1.9).
>

"_meta": {

    "hostvars": { }
    } 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/244db023-dae6-49ae-9e93-6c9622c03c7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to