From b7cffc4a37eb95231c50647b7508877add758f36 Mon Sep 17 00:00:00 2001 From: Sergey Bubnov Date: Wed, 7 Nov 2018 12:22:21 +0400 Subject: [PATCH] rollback alterator hacks --- roles/common/tasks/main.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index d8f31f6..121d977 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -90,18 +90,6 @@ async: 100 poll: 0 -- name: enable interfaces - replace: - path: "/etc/net/ifaces/{{item.key}}/options" - regexp: '^DISABLED=.*' - replace: 'DISABLED=no' - with_dict: "{{node.net}}" - -- name: restart network - service: - name: network - state: restarted - - name: update .tmp/ssh_config after NICs reconfiguration include_role: name="inventory"