RedHatSatellite / satellite-clone

Utility to assist cloning an existing Satellite 6 server to a new host
GNU General Public License v3.0
37 stars 31 forks source link

Don't disable TFTP #338

Open ekohl opened 6 years ago

ekohl commented 6 years ago

Currently cloning disables DHCP, DNS and TFTP. DHCP and DNS make sense because they either broadcast or can be configured to send updates to slaves. TFTP on the other hand only listens and should be safe to enable if the user has configured it to.

https://github.com/RedHatSatellite/satellite-clone/blob/6fc52256e49a8f7b731afe6c7c56e4bd49c7e41f/roles/satellite-clone/tasks/main.yml#L203