Cisco
300-635 · Question #42
300-635 Question #42: Real Exam Question with Answer & Explanation
name: Add a new AP aci_ap: host: apic username: admin password: SomeSecretPassword tenant: MyCompany ap: DbApp application_name: DbApp description: default ap state: present
Question
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.
Explanation
- name: Add a new AP aci_ap: host: apic username: admin password: SomeSecretPassword tenant: MyCompany ap: DbApp application_name: DbApp description: default ap state: present
Community Discussion
No community discussion yet for this question.