also install the config
This commit is contained in:
parent
a8346d0e9c
commit
c91f86463b
4 changed files with 60 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue