QuestionQ66

Infrastructure and Automation

Question Image

Refer to the exhibit. Which key-value pair in the ios_ntp Ansible module creates an NTP server peer?

  • A state: present
  • B state: True
  • C config: present
  • D config: True
Explanation

The ios_ntp module uses state: present to ensure that the specified NTP server configuration exists. state accepts present or absent; it is not a Boolean parameter, and this module does not use a config parameter for that purpose.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!