Is there any support for specifying multiple specific inventory files. For 
example, I may have the following clusters of service machines.

ProdClusterInventory
StagingClusterInventory
QAClusterInventory
DevClusterInventory
CommonClusterInventory

Prod thru Dev all need to refer to database machine held in the 
CommonClusterInventory -- so naturally, I often want playbooks to refer to 
machine groups in, say ,ProdClusterInventory and CommonClusterInventory.

ansible -i appears to only allow a single inventory file to be specified. 
Using -i to refer to a directory:

DevCluster/
 DevInventory
 CommonInventory

means that CommonInventory is duplicate many times. (And I can't commit 
symlinks to our source control)


Ideally (I think), I should be able to say an inventory file includes 
another.

- Stuart


-- 
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/58c14dbe-4ee6-4b7a-96ac-373ff5984fdb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to