Refer to the exhibit.
- hosts: switch2960cx
gather_facts: no
tasks:
- ios_12_interface:
name: GigabitEthernet0/1
state: unconfigured
- ios_12_interface:
name: GigabitEthernet0/1
mode: trunk
native_vlan: 1
trunk_allowed_vlans: 6-8
state: present
- ios_vlan:
vlan_ad: 6
name: guest-vlan
interfaces:
- GigabitEthernet0/2
- GigabitEthernet0/3
- ios_vlan:
vlan_ad: 7
name: corporate-vlan
interfaces:
- GigabitEthernet0/4
- ios_vlan:
vlan_ad: 8
name: iot-vlan
interfaces:
- GigabitEthernet0/5
Which two statements describe the configuration of the switch after the Ansible script is run? (Choose two.)
WARNING
the answers are mixed, do not specify in the comment number or the letter of the answer
please write answer#A instead A, answer#B instead B...