CiscoDevNet / FTDAnsible

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

Sample playbook for initial device setup #65

Closed annikulin closed 5 years ago

annikulin commented 5 years ago

Overview

This sample playbook makes an initial setup of the device: accepts EULA, changes password and enables license evaluation mode.

Why

When FTD is freshly installed from the image, its REST API cannot be used immediately, because the device is locked. screen shot 2019-02-05 at 5 09 14 pm To start using the API, the device should be unlocked using Provision API. This sample shows how to do it.