brocade.fos.brocade_access_gateway_policy (1.3.3) — module

Brocade Fibre Channel AG policy configuration

| "added in version" 2.7 of brocade.fos"

Authors: Broadcom BSN Ansible Team <Automation.BSN@broadcom.com>

Install collection

Install with ansible-galaxy collection install brocade.fos:==1.3.3


Add to requirements.yml

  collections:
    - name: brocade.fos
      version: 1.3.3

Description

Update Fibre Channel AG policy configuration

Inputs

    
vfid:
    description:
    - VFID of the switch. Use -1 for FOS without VF enabled or AG.
    required: false
    type: int

force:
    description:
    - When enabling auto policy, switch is disabled, pg policy is disabled, auto policy
      is enabled, and switch is enabled. When enabling pg policy, switch is disabled,
      auto policy is disabled, and switch is enabled. If both policies are specified in
      the playbook, only the first entry is processed. Pause statement can be used to
      delay subsequent tasks to be executed prior to switch online while executing multiple
      tasks from the same playbook.
    required: false
    type: bool

timeout:
    description:
    - REST timeout in seconds for operations that take longer than FOS default value.
    type: int

throttle:
    description:
    - Throttling delay in seconds. Enables second retry on first failure.
    type: int

credential:
    description:
    - Login information
    required: true
    suboptions:
      fos_ip_addr:
        description:
        - IP address of the FOS switch
        required: true
        type: str
      fos_password:
        description:
        - Password of FOS switch
        required: true
        type: str
      fos_user_name:
        description:
        - Login name of FOS switch
        required: true
        type: str
      https:
        choices:
        - true
        - false
        - self
        description:
        - Encryption to use. True for HTTPS, self for self-signed HTTPS, or False for
          HTTP
        required: true
        type: str
    type: dict

Outputs

msg:
  description: Success message
  returned: success
  type: str