Skip to content

alexkross/cisco_ftd_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CISCO_FTD Ansible Collection

WARNING: TESTED/USED ONLY FOR show running-config, STATUS BETA

ToDo: module for diagcli_command (system support diagnostic-cli mode).

This Ansible collection includes ftd terminal and cliconf plugins that allow you to use it as ansible_network_os under network_cli connection.

This collection has been tested against Cisco FTD version 7.0.1

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.14.2.

Requirements

Nothing special.

Using alexkross.cisco_ftd_cli collection in your playbooks

With the collection installed just call ansible.netcommon.cli_command module targeting a FTD device.

---
  - name: Show running configuration
    cli_command:
      command: show running-config
    register: reg
  - debug: var=reg.stdout

For obvious reasons cli_config is unsupported on a FTD gear managed under FMC (TDB: backup as the only supported option). You can try other collections instead, fmc_collections by amotolani for example.

See Also:

Contributing to this collection

We are seeking contributions to help improve this collection. If you find problems, or a way to make it better, please open an issue or create a PR against the cisco_ftd_cli collection repository.

Code of Conduct

This collection follows the Ansible project's Code of Conduct. Please read and familiarize yourself with this document.

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

Releases

No releases published

Packages

No packages published

Languages