CiscoDevNet / FTDAnsible

FTD Ansible module
GNU General Public License v3.0
38 stars 20 forks source link

Specify server address as a part of ROMMON location #73

Closed annikulin closed 5 years ago

annikulin commented 5 years ago

This PR updates parameters for ftd_install module: it used to have a separate tftp_server parameter for TFTP server address, now it has changed to be a part of rommon_file_location parameter.

BEFORE:

        tftp_server: 10.89.0.11
        rommon_file_location: 'installers/ftd-boot-9.10.1.3.lfbff'

AFTER:

        rommon_file_location: 'tftp://10.89.0.11/installers/ftd-boot-9.10.1.3.lfbff'