浏览代码

example usage to disable NM

tags/2016.12
jan kaufman 9 年前
父节点
当前提交
6d30adf325
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      README.rst

+ 3
- 1
README.rst 查看文件

@@ -226,7 +226,7 @@ Linux with default static network interfaces, default gateway interface and DNS
- 8.8.4.4
mtu: 1500

Linux with bonded interfaces
Linux with bonded interfaces and disabled NetworkManager

.. code-block:: yaml

@@ -249,6 +249,8 @@ Linux with bonded interfaces
use_in:
- interface: ${linux:interface:eth0}
- interface: ${linux:interface:eth0}
network_manager:
disable: true

Linux with vlan interface_params


正在加载...
取消
保存