300-910 · Question #84
300-910 Question #84: Real Exam Question with Answer & Explanation
Sign in or unlock 300-910 to reveal the answer and full explanation for question #84. The question stem and answer options stay visible for context.
Question
Refer to the Exhibit. Drag and drop the code snippets from the bottom onto the boxes in the code in the Ansible playbook to restart multiple services in the correct sequence. Not all options are used. ```yaml - name: 'Restart web and db servers at once' hosts: [BLANK 1] tasks: - name: 'Restart web and db servers at once' command: [BLANK 2] service: name: mysql state: [BLANK 3] ``` Inventory file: ``` [db_nodes] sql_db1 sql_db2 [web_nodes] web_node1 web_node2 [monitoring] mn1_node [web_service:children] web_nodes db_nodes ``` Options: `reboot`, `started`, `web_service`, `all`, `/sbin/shutdown -r`, `reloaded`
Unlock 300-910 to see the answer
You've previewed enough free 300-910 questions. Unlock 300-910 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.