我正在使用Puppet的设备pipe理来pipe理一些思科设备。
现在我的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]/
所有的路由器将有相同的特殊木偶用户configuration,所以他们所有的凭据将是相同的。
我可以使用通配符还是从文件中导入名称/ IP,而不必在device.conf中单独定义它们?