This commit is contained in:
Kevin Fenzi 2014-10-08 21:03:20 +00:00
parent e2c4fd4d3d
commit ca6e170d52
2 changed files with 10 additions and 0 deletions

View file

@ -130,3 +130,6 @@
- name: restart nagios
shell: nagios -v /etc/nagios/nagios.cfg && systemctl restart nagios
- name: restart bridge
shell: /usr/lib/systemd/systemd-sysctl --prefix=/proc/sys/net/bridge

View file

@ -37,3 +37,10 @@
- name: enable libvirtd
service: name=libvirtd state=started enabled=yes
- name: set bridging to work right -
copy: sec="{{ files }}/virthost/99-bridge.rules" dest=/etc/udev/rules.d/99-bridge.rules
notify:
- restart bridge
tags:
- config