Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在构建可重复使用的剧本,这对于 InSpec 测试部署后来说很好,因为我确切地知道它的外观。
我正在转向使用 ansible 中的变量更改构建的配置项。有什么方法可以构建 InSpec 测试,以确保正确使用输入的变量,而无需在运行测试之前将变量硬编码到 InSpec 中?
谢谢
看起来您可以使用 --attr 开关。您可以通过如下命令传递文件:
inspec exec . --attrs attributes/client-attributes.yml
看看这篇文章。