我通过命令行使用--extra-vars "@some_file.json"
看到files can supply variables to Ansible,或者可以在字符串中将变量设置为key = value。两者都可以吗?如果是这样,语法是什么?
最佳答案
请同时指定两者。
--extra-vars "@some_file.json" --extra-vars "key=value"
关于ansible - 通过--extra-vars传递文件和变量,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/34959691/