forked from saratov/infra
rollback alterator hacks
This commit is contained in:
parent
a0c532ebf6
commit
b7cffc4a37
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user