Question 7 of 32 from exam 300-635-DCAUTO: Automating and Programming Cisco Data Center Solutions

Question 7 of 32 from exam 300-635-DCAUTO: Automating and Programming Cisco Data Center Solutions

Question

DRAG DROP - Drag and drop the code to complete an Ansible playbook that creates a new tenant.

Not all options are used.

Select and Place:

- name: Add a new tenant

host: apic
username: admin
password: SomeSecretPassword

description: MyCompany tenant

Tenant_name: MyCompany state: absent
state: query tenant: MyCompany
aci_tenant: state: present
state: create aci_tenant_name:

Explanations