将YAML文件中的变量传递给shell脚本

时间:2017-05-02 07:09:29

标签: shell yaml

我有以下YAML文件来存储我用于shell脚本的所有变量。如何将其中一个变量传递给shell脚本?如果可能,请提供一个例子。

  testme:
    Numberofservers: 3
    EC2InstanceType: m4.2xlarge
    DetailedMonitoring: 'true'
    TerminationProtection: 'true'
    DataEBSVolumeSize: 200

1 个答案:

答案 0 :(得分:0)

您可以使用此bash脚本https://gist.github.com/pkuczynski/8665367 阅读你的yaml并以bash变量

的形式访问yaml属性