使用Ansible获取Linux服务器的主网络接口名称的最佳方法是什么?这通常/通常为eth0
,但我们无法始终假设情况如此,最好动态识别。
我们正在使用Ansible配置防火墙,因此我们需要能够在我们使用的命令中发出接口名称。
答案 0 :(得分:21)
那应该是<section class="section">
<div class="container" data-ng-init="names=['Conner', 'Bryan', 'Cathy', 'Jim']">
<div class="row">
<em>Input your name: </em> <input type="text" data-ng-model="name">
<h4>{{name}}</h4>
<ul>
<li data-ng-repeat="name in names"> {{name}} </li>
</ul>
</div>
</div>
</section>
。这是system fact。