configure eth1 on compute node
This commit is contained in:
parent
80d9b494fd
commit
66c7e2d8a1
2 changed files with 16 additions and 0 deletions
|
@ -98,6 +98,9 @@
|
|||
- name: restart netapproute
|
||||
action: command /etc/sysconfig/network-scripts/ifup-routes eth1
|
||||
|
||||
- name: restart network
|
||||
action: service name=network state=restarted
|
||||
|
||||
- name: restart unbound
|
||||
action: service name=unbound state=restarted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue