bugfix:TSG-14935:NetworkManager新增no-auto-default配置项
This commit is contained in:
@@ -171,6 +171,7 @@
|
|||||||
- {role: hasp, tags: hasp}
|
- {role: hasp, tags: hasp}
|
||||||
- {role: OFED, tags: OFED}
|
- {role: OFED, tags: OFED}
|
||||||
- {role: sosreport, tags: sosreport}
|
- {role: sosreport, tags: sosreport}
|
||||||
|
- {role: nm-config, tags: nm-config}
|
||||||
|
|
||||||
- hosts: TSG-X-NXR620G40-R01-P0906-init
|
- hosts: TSG-X-NXR620G40-R01-P0906-init
|
||||||
remote_user: root
|
remote_user: root
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[main]
|
||||||
|
no-auto-default=*
|
||||||
4
ansible/roles/nm-config/tasks/main.yml
Normal file
4
ansible/roles/nm-config/tasks/main.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- name: "nm-config: copy file to target"
|
||||||
|
copy:
|
||||||
|
src: '{{ role_path }}/files/01-add-no-auto-default.conf'
|
||||||
|
dest: /usr/lib/NetworkManager/conf.d
|
||||||
Reference in New Issue
Block a user