also install the config

This commit is contained in:
Kevin Fenzi 2017-08-26 00:08:08 +00:00
parent a8346d0e9c
commit c91f86463b
4 changed files with 60 additions and 0 deletions

View file

@ -23,6 +23,12 @@
- config
- tftp_server
- name: setup highbank default file
copy: src=default.{{ inventory_hostname }} dest=/var/lib/tftpboot/pxelinux.cfg/highbank mode=644
tags:
- config
- tftp_server
- name: enable tftp socket service
service: state=started enabled=true name=tftp.socket
tags: