configure eth1 on compute node

This commit is contained in:
Miroslav Suchý 2014-09-23 08:55:26 +00:00
parent 80d9b494fd
commit 66c7e2d8a1
2 changed files with 16 additions and 0 deletions

View file

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