Add a first cut at a virthost ansible playbook/group. Still needs some work.
This commit is contained in:
parent
ae4745501f
commit
c5e716c346
4 changed files with 67 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue