beaker/labcontroller: use tftp.socket instead of xinetd
We are on RHEL7 so using xinetd is a bit of overkill, we can just use tftp.socket instead.
This commit is contained in:
parent
f9c4346477
commit
3f38bc99e1
1 changed files with 1 additions and 6 deletions
|
@ -23,16 +23,11 @@
|
|||
tags:
|
||||
- beaker_lab_controller
|
||||
|
||||
- name: enable tftp
|
||||
command: chkconfig tftp on
|
||||
tags:
|
||||
- beaker_lab_controller
|
||||
|
||||
- name: start required services
|
||||
service: name={{ item }} state=started enabled=yes
|
||||
with_items:
|
||||
- httpd
|
||||
- xinetd
|
||||
- tftp.socket
|
||||
- beaker-proxy
|
||||
- beaker-provision
|
||||
- beaker-watchdog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue