rollback alterator hacks

This commit is contained in:
Sergey Bubnov 2018-11-07 12:22:21 +04:00
parent a0c532ebf6
commit b7cffc4a37

View File

@ -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"