Add a first cut at a virthost ansible playbook/group. Still needs some work.

This commit is contained in:
Kevin Fenzi 2013-06-24 20:01:51 +00:00
parent ae4745501f
commit c5e716c346
4 changed files with 67 additions and 0 deletions

View file

@ -32,6 +32,9 @@
- name: restart jenkins
action: service name=jenkins state=restarted
- name: restart libvirtd
action: service name=libvirtd state=restarted
- name: restart lighttpd
action: service name=lighttpd state=restarted