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:
Dan Callaghan 2016-04-19 14:24:37 +10:00
parent f9c4346477
commit 3f38bc99e1

View file

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