{"id":21129405,"url":"https://github.com/alexkross/cisco_ftd_cli","last_synced_at":"2026-04-15T16:31:54.970Z","repository":{"id":93222525,"uuid":"606769723","full_name":"alexkross/cisco_ftd_cli","owner":"alexkross","description":"Cisco FTD for network_cli Ansible collection","archived":false,"fork":false,"pushed_at":"2023-03-03T15:36:38.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T09:42:33.571Z","etag":null,"topics":["ansible","ansible-galaxy","cisco","cisco-device","cisco-firepower"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexkross.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-26T14:15:18.000Z","updated_at":"2025-02-20T01:08:39.000Z","dependencies_parsed_at":"2023-04-01T12:18:15.633Z","dependency_job_id":null,"html_url":"https://github.com/alexkross/cisco_ftd_cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexkross/cisco_ftd_cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkross%2Fcisco_ftd_cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkross%2Fcisco_ftd_cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkross%2Fcisco_ftd_cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkross%2Fcisco_ftd_cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexkross","download_url":"https://codeload.github.com/alexkross/cisco_ftd_cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexkross%2Fcisco_ftd_cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004574,"owners_count":26083735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-galaxy","cisco","cisco-device","cisco-firepower"],"created_at":"2024-11-20T05:20:35.224Z","updated_at":"2025-10-10T15:13:35.201Z","avatar_url":"https://github.com/alexkross.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CISCO_FTD Ansible Collection\n\n## WARNING: TESTED/USED ONLY FOR ``show running-config``, STATUS BETA\n\n## ToDo: module for diagcli_command (``system support diagnostic-cli`` mode).\n\nThis Ansible collection includes ``ftd`` terminal and cliconf plugins that allow you to use it as ``ansible_network_os`` under ``network_cli`` connection.\n\nThis collection has been tested against Cisco FTD version 7.0.1\n\n\u003c!--start requires_ansible--\u003e\n## Ansible version compatibility\n\nThis collection has been tested against following Ansible versions: **\u003e=2.14.2**.\n\u003c!-- append \",\u003c2.??\" if there is such unsupported --\u003e\n\u003c!--end requires_ansible--\u003e\n\n## Requirements\n\nNothing special.\n\n\u003c!--\n## Installing this collection\n\nCreate a local ansible.cfg and specify the collections_paths configuration to locate the collections. See sample directory structure below\n```\n[defaults]\ncollections_paths = ./\n```\n\n### Install the latest version from GitHub\n\n```bash\nansible-galaxy collection install git@github.com:alexkross/cisco_ftd_cli.git\n```\n\n\n### Install from Ansible Galaxy\n\n    ansible-galaxy collection install alexkross.cisco_ftd_cli\n\nYou can also include it in a `requirements.yml` file and install it with `ansible-galaxy collection install -r requirements.yml`, using the format:\n\n```yaml\n---\ncollections:\n  - name: alexkross.cisco_ftd_cli\n```\n--\u003e\n\n### Using alexkross.cisco_ftd_cli collection in your playbooks\n\nWith the collection installed just call ansible.netcommon.cli_command module targeting a FTD device.\n\n```yaml\n---\n  - name: Show running configuration\n    cli_command:\n      command: show running-config\n    register: reg\n  - debug: var=reg.stdout\n```\n\nFor 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](https://github.com/amotolani/fmc_collections) for example.\n\n### See Also:\n* [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.\n\n## Contributing to this collection\nWe 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](https://github.com/alexkross/cisco_ftd_cli/). \n\n\n### Code of Conduct\nThis collection follows the Ansible project's\n[Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).\nPlease read and familiarize yourself with this document.\n\n\u003c!--\n## Release notes\nRelease notes are available [here](https://github.com/alexkross/cisco_ftd_cli/blob/master/CHANGELOG.rst).\n\n## Roadmap\n--\u003e\n\n## More information\n\n- [Ansible User guide](https://docs.ansible.com/ansible/latest/user_guide/index.html)\n- [Ansible network resources](https://docs.ansible.com/ansible/latest/network/getting_started/network_resources.html)\n- [Ansible Collection overview](https://github.com/fmc_collections/overview)\n- [Ansible Developer guide](https://docs.ansible.com/ansible/latest/dev_guide/index.html)\n- [Ansible Developing network plugins](https://docs.ansible.com/ansible/latest/network/dev_guide/developing_plugins_network.html)\n- [Cisco Firepower Threat Defence Notes](https://github.com/willrabarber/Networking/wiki/Cisco-Firepower-Threat-Defence-Notes)\n- [Ansible code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)\n\n## Licensing\n\nGNU General Public License v3.0 or later.\n\nSee [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexkross%2Fcisco_ftd_cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexkross%2Fcisco_ftd_cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexkross%2Fcisco_ftd_cli/lists"}