NTTLimitedRD / plumbery

Cloud automation at Dimension Data with Apache Libcloud
Apache License 2.0
14 stars 9 forks source link

allow for file inclusion #51

Open bernard357 opened 7 years ago

bernard357 commented 7 years ago

Multiple teams have expressed the need to split a fittings plan across multiple files. Typical use cases that have been mentioned so far:

This is creating an opportunity for a new directive that would allow for file inclusion, for example:

include:
  - /services/shared_variables.yaml
  - mongodb-cluster/fittings.yaml
  - /opt/salt-manager/fittings.yaml

Do you believe that it is a good idea to implement this? How would you benefit from this new directive? Thanks for contributing to the discussion before any development effort is engaged.