nerdexam
CiscoCisco

300-910 · Question #106

300-910 Question #106: Real Exam Question with Answer & Explanation

Sign in or unlock 300-910 to reveal the answer and full explanation for question #106. The question stem and answer options stay visible for context.

Infrastructure Automation

Question

Drag and Drop Question Drag and drop the code snippets from the bottom onto the boxes in the code to complete the Ansible playbook. Not all options are used. ```yaml --- - name: Deploy container hosts: webservers tasks: - name: Ensure Apache is installed yum: name=httpd state=present - name: Start Apache and enable it to run on boot service: name=httpd state=started enabled=<BLANK_1> - name: Create index.html copy: content="<h1>Hello World!</h1>" dest=/var/www/html/index.html - name: Configure firewall for HTTP traffic firewalld: service=http permanent=true state=<BLANK_2> immediate=yes ``` Snippets to drag: - `true` - `present` - `started` - `active` - `enabled` - `absent`

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.

Topics

#Ansible#Infrastructure Automation#Configuration Management#Linux Services
Full 300-910 PracticeBrowse All 300-910 Questions