bcf_switch – Create and remove a bcf switch¶
New in version 2.4.
Parameters¶
Examples¶
- name: bcf leaf switch
  bcf_switch:
    name: Rack1Leaf1
    fabric_role: leaf
    leaf_group: R1
    mac: 00:00:00:02:00:02
    controller: '{{ inventory_hostname }}'
    state: present
    validate_certs: false
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Ted (@tedelhourani)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
