amotolani.cisco_fmc.deploy (1.1.5) — module

Deploy changes to FMC

Authors: Adelowo David (@amotolani)

Install collection

Install with ansible-galaxy collection install amotolani.cisco_fmc:==1.1.5


Add to requirements.yml

  collections:
    - name: amotolani.cisco_fmc
      version: 1.1.5

Description

Deploy changes to FMC.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Deploy changes on FMC
  amotolani.cisco_fmc.deploy:
    fmc: cisco.sample.com
    username: admin
    password: Cisco1234

Inputs

    
fmc:
    description:
    - IP address or FQDN of Cisco FMC.
    required: true
    type: str

password:
    description:
    - Cisco FMC Password
    required: true
    type: str

username:
    description:
    - Cisco FMC Username
    - User should have sufficient permissions to deploy changes
    required: true
    type: str