forked from infra/ansible
tftp_server: delete files not in bigfiles on batcave01
We should just always setup files on batcave and sync them over instead of having local copies of things. I've saved a copy of the current one off on each noc in case there was some super special image we didn't save off, but hopefully we don't need it. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ba0393fece
commit
94406996e3
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
- tftp_server
|
||||
|
||||
- name: Fill up the tftpboot directory
|
||||
synchronize: src="{{ bigfiles }}/tftpboot/" dest=/var/lib/tftpboot/
|
||||
synchronize: src="{{ bigfiles }}/tftpboot/" dest=/var/lib/tftpboot/ delete=true
|
||||
tags:
|
||||
- tftp_server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue