Question 87 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question 87 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question

- name: IOS XE Configuration
hosts: ios _xe
connection: local
gather_facts: false

tasks:

Ios NTP

provider: “{{ creds }}”
server: 10.0.255.10
source_int: GigabitEthernet2
logging: false

Refer to the exhibit.

Which key value pair from the ios_ntp Ansible module creates an NTP server peer?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.