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

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

Question

DRAG DROP - Drag and drop the correct YAML components from the bottom onto the correct blanks within the Ansible playbook to create a new application profile called "DbApp" using the Ansible ACI module.

Not all options are used.

Select and Place:

- name: Add a new AP

host: apic
username: admin

password: SomeSecretPassword

description: default ap

tenant_name: MyCompany

app_name: DbApp

ap: DbApp

state: present

application_name: DbApp

aci_ap:

tenant: MyCompany

state: query

Explanations