我正在使用 Puppet 的设备管理来管理一些思科设备。
现在我的 device.conf 如下所示:
[someCity]
type cisco
url telnet://puppet:[email protected]/
[someOtherCity]
type cisco
url telnet://puppet:[email protected]/
[someOtherOtherCity]
type cisco
url telnet://puppet:[email protected]/
所有路由器都将配置相同的特殊傀儡用户,因此所有路由器的凭据都将相同。
我可以使用通配符或从文件导入名称/IP,而不必在 device.conf 中单独定义它们吗?