1
0
Fork 0
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:
Kevin Fenzi 2025-08-06 11:54:56 -07:00
commit 94406996e3

View file

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