<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Madanswer Technologies Interview Questions Data|Agile|DevOPs|Python - Recent questions in Ansible</title>
<link>https://madanswer.com/questions/ansible</link>
<description>Powered by Question2Answer</description>
<item>
<title>How can you use the Ansible module “template” to generate a configuration file on a target machine?</title>
<link>https://madanswer.com/87004/how-can-you-use-ansible-module-template-generate-configuration-file-target-machine</link>
<description>How can you use the Ansible module “template” to generate a configuration file on a target machine?&lt;br /&gt;
&lt;br /&gt;
a) By using the “src” parameter to specify the template file and the “dest” parameter to specify the destination file&lt;br /&gt;
&lt;br /&gt;
b) By using the “template_file” parameter to specify the template file and the “destination_file” parameter to specify the destination file&lt;br /&gt;
&lt;br /&gt;
c) By using the “config” parameter to specify the template file and the “output” parameter to specify the destination file&lt;br /&gt;
&lt;br /&gt;
d) By using the “source_file” parameter to specify the template file and the “output_file” parameter to specify the destination file</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/87004/how-can-you-use-ansible-module-template-generate-configuration-file-target-machine</guid>
<pubDate>Sun, 19 May 2024 16:39:53 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “cron” to create a new cron job on a target machine?</title>
<link>https://madanswer.com/87002/how-can-you-use-the-ansible-module-cron-to-create-a-new-cron-job-on-a-target-machine</link>
<description>How can you use the Ansible module “cron” to create a new cron job on a target machine?&lt;br /&gt;
&lt;br /&gt;
a) By using the “name” parameter to specify the job name and the “job” parameter to specify the job details&lt;br /&gt;
&lt;br /&gt;
b) By using the “job_name” parameter to specify the job name and the “details” parameter to specify the job details&lt;br /&gt;
&lt;br /&gt;
c) By using the “cron_name” parameter to specify the job name and the “cron_job” parameter to specify the job details&lt;br /&gt;
&lt;br /&gt;
d) By using the “state” parameter to specify “present” and the “job” parameter to specify the job details</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/87002/how-can-you-use-the-ansible-module-cron-to-create-a-new-cron-job-on-a-target-machine</guid>
<pubDate>Sun, 19 May 2024 16:39:25 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “shell” to run a shell command on a target machine?</title>
<link>https://madanswer.com/87000/how-can-you-use-the-ansible-module-shell-to-run-a-shell-command-on-a-target-machine</link>
<description>How can you use the Ansible module “shell” to run a shell command on a target machine?&lt;br /&gt;
&lt;br /&gt;
a) By using the “command” parameter to specify the command to run&lt;br /&gt;
&lt;br /&gt;
b) By using the “exec” parameter to specify the command to run&lt;br /&gt;
&lt;br /&gt;
c) By using the “run” parameter to specify the command to run&lt;br /&gt;
&lt;br /&gt;
d) By using the “shell_command” parameter to specify the command to run</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/87000/how-can-you-use-the-ansible-module-shell-to-run-a-shell-command-on-a-target-machine</guid>
<pubDate>Sun, 19 May 2024 16:38:57 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “yum” to update all packages on a Red Hat-based target machine?</title>
<link>https://madanswer.com/86998/how-can-you-use-the-ansible-module-yum-update-all-packages-red-hat-based-target-machine</link>
<description>How can you use the Ansible module “yum” to update all packages on a Red Hat-based target machine?&lt;br /&gt;
&lt;br /&gt;
a) By using the “name” parameter to specify “” and the “state” parameter to specify “latest”&lt;br /&gt;
&lt;br /&gt;
b) By using the “package” parameter to specify “” and the “state” parameter to specify “latest”&lt;br /&gt;
&lt;br /&gt;
c) By using the “packages” parameter to specify “” and the “state” parameter to specify “latest”&lt;br /&gt;
&lt;br /&gt;
d) By using the “update” parameter to specify “” and the “status” parameter to specify “latest”</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86998/how-can-you-use-the-ansible-module-yum-update-all-packages-red-hat-based-target-machine</guid>
<pubDate>Sun, 19 May 2024 16:38:31 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “apt” to install a package on a Debian-based target machine?</title>
<link>https://madanswer.com/86954/how-can-you-use-the-ansible-module-apt-to-install-package-debian-based-target-machine</link>
<description>How can you use the Ansible module “apt” to install a package on a Debian-based target machine?&lt;br /&gt;
&lt;br /&gt;
a) By using the “name” parameter to specify the package name and the “state” parameter to specify “installed”&lt;br /&gt;
&lt;br /&gt;
b) By using the “package” parameter to specify the package name and the “state” parameter to specify “present”&lt;br /&gt;
&lt;br /&gt;
c) By using the “pkg_name” parameter to specify the package name and the “pkg_state” parameter to specify “installed”&lt;br /&gt;
&lt;br /&gt;
d) By using the “install” parameter to specify the package name and the “status” parameter to specify “installed”</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86954/how-can-you-use-the-ansible-module-apt-to-install-package-debian-based-target-machine</guid>
<pubDate>Thu, 16 May 2024 19:53:53 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “user” to create a new user on a target machine?</title>
<link>https://madanswer.com/86952/how-can-you-use-the-ansible-module-user-to-create-a-new-user-on-a-target-machine</link>
<description>How can you use the Ansible module “user” to create a new user on a target machine?&lt;br /&gt;
&lt;br /&gt;
a) By using the “name” parameter to specify the username and the “state” parameter to specify “present”&lt;br /&gt;
&lt;br /&gt;
b) By using the “user” parameter to specify the username and the “state” parameter to specify “create”&lt;br /&gt;
&lt;br /&gt;
c) By using the “username” parameter to specify the username and the “state” parameter to specify “new”&lt;br /&gt;
&lt;br /&gt;
d) By using the “create_user” parameter to specify the username and the “state” parameter to specify “yes”</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86952/how-can-you-use-the-ansible-module-user-to-create-a-new-user-on-a-target-machine</guid>
<pubDate>Thu, 16 May 2024 19:53:24 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “lineinfile” to replace a line in a file on a target machine?</title>
<link>https://madanswer.com/86950/how-can-you-use-the-ansible-module-lineinfile-to-replace-line-in-file-target-machine</link>
<description>How can you use the Ansible module “lineinfile” to replace a line in a file on a target machine?&lt;br /&gt;
&lt;br /&gt;
a) By using the “line” parameter to specify the line to replace and the “replace” parameter to specify the replacement line&lt;br /&gt;
&lt;br /&gt;
b) By using the “replace” parameter to specify the line to replace and the “line” parameter to specify the replacement line&lt;br /&gt;
&lt;br /&gt;
c) By using the “before” parameter to specify the line to replace and the “after” parameter to specify the replacement line&lt;br /&gt;
&lt;br /&gt;
d) By using the “old” parameter to specify the line to replace and the “new” parameter to specify the replacement line</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86950/how-can-you-use-the-ansible-module-lineinfile-to-replace-line-in-file-target-machine</guid>
<pubDate>Thu, 16 May 2024 19:53:00 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “file” to create a symbolic link on a target machine?</title>
<link>https://madanswer.com/86948/how-can-you-use-the-ansible-module-file-to-create-a-symbolic-link-on-a-target-machine</link>
<description>How can you use the Ansible module “file” to create a symbolic link on a target machine?&lt;br /&gt;
&lt;br /&gt;
a) By using the “link” parameter to specify the link name and the “path” parameter to specify the path to the file&lt;br /&gt;
&lt;br /&gt;
b) By using the “symlink” parameter to specify the link name and the “file” parameter to specify the path to the file&lt;br /&gt;
&lt;br /&gt;
c) By using the “name” parameter to specify the link name and the “src” parameter to specify the path to the file&lt;br /&gt;
&lt;br /&gt;
d) By using the “link_name” parameter to specify the link name and the “file_path” parameter to specify the path to the file</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86948/how-can-you-use-the-ansible-module-file-to-create-a-symbolic-link-on-a-target-machine</guid>
<pubDate>Thu, 16 May 2024 19:52:35 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “wait_for” to wait for a port to be open on a target machine?</title>
<link>https://madanswer.com/86946/how-can-you-use-the-ansible-module-wait_for-to-wait-for-port-to-be-open-target-machine</link>
<description>How can you use the Ansible module “wait_for” to wait for a port to be open on a target machine?&lt;br /&gt;
&lt;br /&gt;
a) By using the “host” and “port” parameters to specify the host and port to wait for&lt;br /&gt;
&lt;br /&gt;
b) By using the “address” and “port” parameters to specify the host and port to wait for&lt;br /&gt;
&lt;br /&gt;
c) By using the “hostname” and “port” parameters to specify the host and port to wait for&lt;br /&gt;
&lt;br /&gt;
d) By using the “ip” and “port” parameters to specify the host and port to wait for</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86946/how-can-you-use-the-ansible-module-wait_for-to-wait-for-port-to-be-open-target-machine</guid>
<pubDate>Thu, 16 May 2024 19:52:10 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “lineinfile” to add a line to a file on a target machine?</title>
<link>https://madanswer.com/86944/how-can-you-use-the-ansible-module-lineinfile-to-add-a-line-to-a-file-on-target-machine</link>
<description>How can you use the Ansible module “lineinfile” to add a line to a file on a target machine?&lt;br /&gt;
&lt;br /&gt;
a) By using the “line” parameter to specify the line to add and the “path” parameter to specify the path to the file&lt;br /&gt;
&lt;br /&gt;
b) By using the “add” parameter to specify the line to add and the “file” parameter to specify the path to the file&lt;br /&gt;
&lt;br /&gt;
c) By using the “insert” parameter to specify the line to add and the “into” parameter to specify the path to the file&lt;br /&gt;
&lt;br /&gt;
d) By using the “append” parameter to specify the line to add and the “to” parameter to specify the path to the file</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86944/how-can-you-use-the-ansible-module-lineinfile-to-add-a-line-to-a-file-on-target-machine</guid>
<pubDate>Thu, 16 May 2024 19:51:42 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “file” to change the owner and group of a file on a target machine?</title>
<link>https://madanswer.com/86942/how-can-you-use-the-ansible-module-file-change-the-owner-and-group-file-target-machine</link>
<description>&lt;p&gt;How can you use the Ansible module “file” to change the owner and group of a file on a target machine?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By using the “owner” and “group” parameters to specify the new owner and group&lt;/p&gt;&lt;p&gt;b) By using the “chown” parameter to specify the new owner and group in the format “user:group”&lt;/p&gt;&lt;p&gt;c) By using the “set_owner” and “set_group” parameters to specify the new owner and group&lt;/p&gt;&lt;p&gt;d) By using the “user” and “group” parameters to specify the new owner and group&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86942/how-can-you-use-the-ansible-module-file-change-the-owner-and-group-file-target-machine</guid>
<pubDate>Thu, 16 May 2024 19:51:18 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “copy” to copy a file from the control machine to a target machine?</title>
<link>https://madanswer.com/86940/how-can-you-use-the-ansible-module-copy-copy-file-from-control-machine-target-machine</link>
<description>&lt;p&gt;How can you use the Ansible module “copy” to copy a file from the control machine to a target machine?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By using the “src” parameter to specify the source file and the “dest” parameter to specify the destination file&lt;/p&gt;&lt;p&gt;b) By using the “file” parameter to specify the source file and the “to” parameter to specify the destination file&lt;/p&gt;&lt;p&gt;c) By using the “from” parameter to specify the source file and the “to” parameter to specify the destination file&lt;/p&gt;&lt;p&gt;d) By using the “source” parameter to specify the source file and the “destination” parameter to specify the destination file&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86940/how-can-you-use-the-ansible-module-copy-copy-file-from-control-machine-target-machine</guid>
<pubDate>Thu, 16 May 2024 19:50:48 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “uri” to send a POST request to a web service?</title>
<link>https://madanswer.com/86938/how-can-you-use-the-ansible-module-uri-to-send-a-post-request-to-a-web-service</link>
<description>How can you use the Ansible module “uri” to send a POST request to a web service?&lt;br /&gt;
&lt;br /&gt;
a) By using the “method” parameter with the value “POST” and the “url” parameter to specify the URL of the web service&lt;br /&gt;
&lt;br /&gt;
b) By using the “url” parameter to specify the URL of the web service and the “data” parameter to specify the data to be sent in the POST request&lt;br /&gt;
&lt;br /&gt;
c) By using the “body” parameter to specify the data to be sent in the POST request and the “URL” parameter to specify the URL of the web service&lt;br /&gt;
&lt;br /&gt;
d) By using the “request” parameter with the value “POST” and the “url” parameter to specify the URL of the web service</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86938/how-can-you-use-the-ansible-module-uri-to-send-a-post-request-to-a-web-service</guid>
<pubDate>Thu, 16 May 2024 19:50:18 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “debug” to display a variable’s value during a playbook run?</title>
<link>https://madanswer.com/86936/how-can-you-use-the-ansible-module-debug-display-variables-value-during-playbook-run</link>
<description>&lt;p&gt;How can you use the Ansible module “debug” to display a variable’s value during a playbook run?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By using the “msg” parameter to specify the variable’s name&lt;/p&gt;&lt;p&gt;b) By using the “var” parameter to specify the variable’s name&lt;/p&gt;&lt;p&gt;c) By using the “value” parameter to specify the variable’s name&lt;/p&gt;&lt;p&gt;d) By using the “debug” parameter with the value “true” and the variable’s name as the parameter value&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86936/how-can-you-use-the-ansible-module-debug-display-variables-value-during-playbook-run</guid>
<pubDate>Thu, 16 May 2024 19:49:54 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “cron” to remove a cron job from a target system?</title>
<link>https://madanswer.com/86914/how-can-you-use-the-ansible-module-cron-to-remove-a-cron-job-from-a-target-system</link>
<description>&lt;p&gt;How can you use the Ansible module “cron” to remove a cron job from a target system?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By using the “name” parameter to specify the name of the cron job to remove&lt;/p&gt;&lt;p&gt;b) By using the “state” parameter with the value “absent”&lt;/p&gt;&lt;p&gt;c) By using the “job” parameter with the value “remove”&lt;/p&gt;&lt;p&gt;d) By using the “cron” parameter with the value “remove”&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86914/how-can-you-use-the-ansible-module-cron-to-remove-a-cron-job-from-a-target-system</guid>
<pubDate>Wed, 15 May 2024 16:15:03 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “apt” to install a package on a target system?</title>
<link>https://madanswer.com/86912/how-can-you-use-the-ansible-module-apt-to-install-a-package-on-a-target-system</link>
<description>&lt;p&gt;How can you use the Ansible module “apt” to install a package on a target system?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By using the “package” parameter to specify the name of the package to install&lt;/p&gt;&lt;p&gt;b) By using the “name” parameter to specify the name of the package to install&lt;/p&gt;&lt;p&gt;c) By using the “action” parameter with the value “install”&lt;/p&gt;&lt;p&gt;d) By using the “state” parameter with the value “installed”&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86912/how-can-you-use-the-ansible-module-apt-to-install-a-package-on-a-target-system</guid>
<pubDate>Wed, 15 May 2024 16:14:39 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “yum” to install a package on a target system?</title>
<link>https://madanswer.com/86910/how-can-you-use-the-ansible-module-yum-to-install-a-package-on-a-target-system</link>
<description>&lt;p&gt;How can you use the Ansible module “yum” to install a package on a target system?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By using the “package” parameter to specify the name of the package to install&lt;/p&gt;&lt;p&gt;b) By using the “name” parameter to specify the name of the package to install&lt;/p&gt;&lt;p&gt;c) By using the “action” parameter with the value “install”&lt;/p&gt;&lt;p&gt;d) By using the “state” parameter with the value “installed”&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86910/how-can-you-use-the-ansible-module-yum-to-install-a-package-on-a-target-system</guid>
<pubDate>Wed, 15 May 2024 16:14:16 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “lineinfile” to remove a line from a file?</title>
<link>https://madanswer.com/86908/how-can-you-use-the-ansible-module-lineinfile-to-remove-a-line-from-a-file</link>
<description>How can you use the Ansible module “lineinfile” to remove a line from a file?&lt;br /&gt;
&lt;br /&gt;
a) By providing the contents of the file as a parameter to the module, with the line to remove omitted&lt;br /&gt;
&lt;br /&gt;
b) By using a Jinja2 template to generate the contents of the file, with the line to remove omitted&lt;br /&gt;
&lt;br /&gt;
c) By using the “line” parameter to specify the line to remove, and the “path” parameter to specify the path to the file&lt;br /&gt;
&lt;br /&gt;
d) By using the “regexp” parameter to specify the pattern to match, and the “state” parameter with the value “absent”</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86908/how-can-you-use-the-ansible-module-lineinfile-to-remove-a-line-from-a-file</guid>
<pubDate>Wed, 15 May 2024 16:13:51 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “file” to create a directory on a target system?</title>
<link>https://madanswer.com/86906/how-can-you-use-the-ansible-module-file-to-create-a-directory-on-a-target-system</link>
<description>&lt;p&gt;How can you use the Ansible module “file” to create a directory on a target system?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By using the “mode” parameter to specify the permissions for the directory&lt;/p&gt;&lt;p&gt;b) By using the “state” parameter with the value “directory”&lt;/p&gt;&lt;p&gt;c) By using the “directory” parameter with the value “create”&lt;/p&gt;&lt;p&gt;d) By using the “path” parameter to specify the path to the directory&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86906/how-can-you-use-the-ansible-module-file-to-create-a-directory-on-a-target-system</guid>
<pubDate>Wed, 15 May 2024 16:13:31 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “copy” to copy a file to a target system?</title>
<link>https://madanswer.com/86904/how-can-you-use-the-ansible-module-copy-to-copy-a-file-to-a-target-system</link>
<description>How can you use the Ansible module “copy” to copy a file to a target system?&lt;br /&gt;
&lt;br /&gt;
a) By providing the contents of the file as a parameter to the module, along with the path to copy the file to&lt;br /&gt;
&lt;br /&gt;
b) By using a Jinja2 template to generate the contents of the file, including the path to copy the file to&lt;br /&gt;
&lt;br /&gt;
c) By using the “src” parameter to specify the path to the file on the control node, and the “dest” parameter to specify the path to copy the file to on the target system&lt;br /&gt;
&lt;br /&gt;
d) By using the “path” parameter to specify the path to the file on the control node, and the “copy_to” parameter to specify the path to copy the file to on the target system</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86904/how-can-you-use-the-ansible-module-copy-to-copy-a-file-to-a-target-system</guid>
<pubDate>Wed, 15 May 2024 16:13:06 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “assert” to test a condition in an Ansible playbook?</title>
<link>https://madanswer.com/86902/how-can-you-use-the-ansible-module-assert-to-test-a-condition-in-an-ansible-playbook</link>
<description>How can you use the Ansible module “assert” to test a condition in an Ansible playbook?&lt;br /&gt;
&lt;br /&gt;
a) By providing the condition as a parameter to the module&lt;br /&gt;
&lt;br /&gt;
b) By using a Jinja2 template to generate the condition dynamically&lt;br /&gt;
&lt;br /&gt;
c) By using the “msg” parameter to provide a message to display if the condition fails&lt;br /&gt;
&lt;br /&gt;
d) By using the “success_msg” parameter to provide a message to display if the condition is true</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86902/how-can-you-use-the-ansible-module-assert-to-test-a-condition-in-an-ansible-playbook</guid>
<pubDate>Wed, 15 May 2024 16:12:45 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible module “setup”?</title>
<link>https://madanswer.com/86900/what-is-the-purpose-of-the-ansible-module-setup</link>
<description>What is the purpose of the Ansible module “setup”?&lt;br /&gt;
&lt;br /&gt;
a) To set up a new target system with the necessary software and configurations&lt;br /&gt;
&lt;br /&gt;
b) To gather facts about a target system, such as hardware and software information&lt;br /&gt;
&lt;br /&gt;
c) To automate the deployment of software to a target system&lt;br /&gt;
&lt;br /&gt;
d) To configure network settings on a target system</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86900/what-is-the-purpose-of-the-ansible-module-setup</guid>
<pubDate>Wed, 15 May 2024 16:12:20 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “service” to start a service on a target system?</title>
<link>https://madanswer.com/86898/how-can-you-use-the-ansible-module-service-to-start-a-service-on-a-target-system</link>
<description>&lt;p&gt;How can you use the Ansible module “service” to start a service on a target system?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By providing the name of the service as a parameter to the module&lt;/p&gt;&lt;p&gt;b) By using the “state” parameter with the value “started”&lt;/p&gt;&lt;p&gt;c) By using the “action” parameter with the value “start”&lt;/p&gt;&lt;p&gt;d) By using the “service” parameter with the value “start”&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86898/how-can-you-use-the-ansible-module-service-to-start-a-service-on-a-target-system</guid>
<pubDate>Wed, 15 May 2024 16:11:59 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “lineinfile” to add a new line to a file?</title>
<link>https://madanswer.com/86896/how-can-you-use-the-ansible-module-lineinfile-to-add-a-new-line-to-a-file</link>
<description>&lt;p&gt;How can you use the Ansible module “lineinfile” to add a new line to a file?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By providing the contents of the file as a parameter to the module, along with the new line to add&lt;/p&gt;&lt;p&gt;b) By using a Jinja2 template to generate the contents of the file, including the new line&lt;/p&gt;&lt;p&gt;c) By using the “line” parameter to specify the new line to add, and the “path” parameter to specify the path to the file&lt;/p&gt;&lt;p&gt;d) By using the “regexp” parameter to specify the pattern to match, and the “line” parameter to specify the new line to add&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86896/how-can-you-use-the-ansible-module-lineinfile-to-add-a-new-line-to-a-file</guid>
<pubDate>Wed, 15 May 2024 16:10:14 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible module “wait_for”?</title>
<link>https://madanswer.com/86894/what-is-the-purpose-of-the-ansible-module-wait_for</link>
<description>What is the purpose of the Ansible module “wait_for”?&lt;br /&gt;
&lt;br /&gt;
a) To wait for a specific amount of time before continuing with the playbook&lt;br /&gt;
&lt;br /&gt;
b) To wait for a condition to be true before continuing with the playbook&lt;br /&gt;
&lt;br /&gt;
c) To wait for a user input before continuing with the playbook&lt;br /&gt;
&lt;br /&gt;
d) To wait for a specific event to occur before continuing with the playbook</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86894/what-is-the-purpose-of-the-ansible-module-wait_for</guid>
<pubDate>Wed, 15 May 2024 16:09:40 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “uri” to make an HTTP request?</title>
<link>https://madanswer.com/86892/how-can-you-use-the-ansible-module-uri-to-make-an-http-request</link>
<description>&lt;p&gt;How can you use the Ansible module “uri” to make an HTTP request?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By providing the URL as a parameter to the module&lt;/p&gt;&lt;p&gt;b) By using the “method” parameter to specify the HTTP verb, and the “url” parameter to specify the URL&lt;/p&gt;&lt;p&gt;c) By using the “header” parameter to specify the HTTP headers&lt;/p&gt;&lt;p&gt;d) By using the “data” parameter to specify the request body&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86892/how-can-you-use-the-ansible-module-uri-to-make-an-http-request</guid>
<pubDate>Wed, 15 May 2024 16:09:17 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “set_fact” to create a new variable?</title>
<link>https://madanswer.com/86860/how-can-you-use-the-ansible-module-set_fact-to-create-a-new-variable</link>
<description>&lt;p&gt;How can you use the Ansible module “set_fact” to create a new variable?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By providing the name and value of the variable as parameters to the module&lt;/p&gt;&lt;p&gt;b) By using a Jinja2 template to calculate the value of the variable&lt;/p&gt;&lt;p&gt;c) By copying an existing variable to create a new one&lt;/p&gt;&lt;p&gt;d) By using the “var” parameter to set the value of the variable&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86860/how-can-you-use-the-ansible-module-set_fact-to-create-a-new-variable</guid>
<pubDate>Tue, 14 May 2024 20:28:55 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible module “fail”?</title>
<link>https://madanswer.com/86858/what-is-the-purpose-of-the-ansible-module-fail</link>
<description>What is the purpose of the Ansible module “fail”?&lt;br /&gt;
&lt;br /&gt;
a) To intentionally fail a task in an Ansible playbook&lt;br /&gt;
&lt;br /&gt;
b) To provide a message to the user and continue with the playbook&lt;br /&gt;
&lt;br /&gt;
c) To skip a task in an Ansible playbook&lt;br /&gt;
&lt;br /&gt;
d) To retry a task in an Ansible playbook</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86858/what-is-the-purpose-of-the-ansible-module-fail</guid>
<pubDate>Tue, 14 May 2024 20:28:25 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “debug” to display the value of a variable?</title>
<link>https://madanswer.com/86856/how-can-you-use-the-ansible-module-debug-to-display-the-value-of-a-variable</link>
<description>&lt;p&gt;How can you use the Ansible module “debug” to display the value of a variable?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By providing the name of the variable as a parameter to the module&lt;/p&gt;&lt;p&gt;b) By providing a message and the name of the variable as parameters to the module&lt;/p&gt;&lt;p&gt;c) By using the “var” parameter with the name of the variable&lt;/p&gt;&lt;p&gt;d) By using the “msg” parameter with the name of the variable&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86856/how-can-you-use-the-ansible-module-debug-to-display-the-value-of-a-variable</guid>
<pubDate>Tue, 14 May 2024 20:28:02 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “template” to create a new file on a target system?</title>
<link>https://madanswer.com/86854/how-can-you-use-the-ansible-module-template-to-create-a-new-file-on-a-target-system</link>
<description>How can you use the Ansible module “template” to create a new file on a target system?&lt;br /&gt;
&lt;br /&gt;
a) By providing the content of the file as a parameter to the module&lt;br /&gt;
&lt;br /&gt;
b) By providing a Jinja2 template and variables to fill in the template&lt;br /&gt;
&lt;br /&gt;
c) By copying an existing file to the target system and modifying it&lt;br /&gt;
&lt;br /&gt;
d) By creating the file manually on the target system</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86854/how-can-you-use-the-ansible-module-template-to-create-a-new-file-on-a-target-system</guid>
<pubDate>Tue, 14 May 2024 20:27:38 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible module “apt”?</title>
<link>https://madanswer.com/86852/what-is-the-purpose-of-the-ansible-module-apt</link>
<description>&lt;p&gt;What is the purpose of the Ansible module “apt”?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) To manage packages on a target system using the APT package manager&lt;/p&gt;&lt;p&gt;b) To manage users and groups on a target system&lt;/p&gt;&lt;p&gt;c) To manage files and directories on a target system&lt;/p&gt;&lt;p&gt;d) To manage services on a target system&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86852/what-is-the-purpose-of-the-ansible-module-apt</guid>
<pubDate>Tue, 14 May 2024 20:27:18 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “service” to restart a service?</title>
<link>https://madanswer.com/86850/how-can-you-use-the-ansible-module-service-to-restart-a-service</link>
<description>&lt;p&gt;How can you use the Ansible module “service” to restart a service?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By using the “state” parameter with a value of “restarted”&lt;/p&gt;&lt;p&gt;b) By using the “state” parameter with a value of “running”&lt;/p&gt;&lt;p&gt;c) By using the “state” parameter with a value of “stopped”&lt;/p&gt;&lt;p&gt;d) By using the “state” parameter with a value of “reloaded”&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86850/how-can-you-use-the-ansible-module-service-to-restart-a-service</guid>
<pubDate>Tue, 14 May 2024 20:26:58 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible module “lineinfile”?</title>
<link>https://madanswer.com/86848/what-is-the-purpose-of-the-ansible-module-lineinfile</link>
<description>&lt;p&gt;What is the purpose of the Ansible module “lineinfile”?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) To search for a line in a file and replace it with a new line&lt;/p&gt;&lt;p&gt;b) To add a new line to the end of a file&lt;/p&gt;&lt;p&gt;c) To remove a line from a file&lt;/p&gt;&lt;p&gt;d) To create a new file with a single line of text&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86848/what-is-the-purpose-of-the-ansible-module-lineinfile</guid>
<pubDate>Tue, 14 May 2024 20:26:17 +0000</pubDate>
</item>
<item>
<title>How can you use the Ansible module “file” to set permissions on a file?</title>
<link>https://madanswer.com/86846/how-can-you-use-the-ansible-module-file-to-set-permissions-on-a-file</link>
<description>How can you use the Ansible module “file” to set permissions on a file?&lt;br /&gt;
&lt;br /&gt;
a) By using the “mode” parameter&lt;br /&gt;
&lt;br /&gt;
b) By using the “owner” parameter&lt;br /&gt;
&lt;br /&gt;
c) By using the “group” parameter&lt;br /&gt;
&lt;br /&gt;
d) By using the “state” parameter</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86846/how-can-you-use-the-ansible-module-file-to-set-permissions-on-a-file</guid>
<pubDate>Tue, 14 May 2024 20:25:53 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible module “copy”?</title>
<link>https://madanswer.com/86844/what-is-the-purpose-of-the-ansible-module-copy</link>
<description>What is the purpose of the Ansible module “copy”?&lt;br /&gt;
&lt;br /&gt;
a) To copy files or directories to the target system&lt;br /&gt;
&lt;br /&gt;
b) To create a new file on the target system&lt;br /&gt;
&lt;br /&gt;
c) To delete files or directories from the target system&lt;br /&gt;
&lt;br /&gt;
d) To edit an existing file on the target system</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86844/what-is-the-purpose-of-the-ansible-module-copy</guid>
<pubDate>Tue, 14 May 2024 20:25:23 +0000</pubDate>
</item>
<item>
<title>How can you use the “when” keyword in an Ansible playbook?</title>
<link>https://madanswer.com/86842/how-can-you-use-the-when-keyword-in-an-ansible-playbook</link>
<description>How can you use the “when” keyword in an Ansible playbook?&lt;br /&gt;
&lt;br /&gt;
a) To define the name of the playbook&lt;br /&gt;
&lt;br /&gt;
b) To define the hosts to run the playbook on&lt;br /&gt;
&lt;br /&gt;
c) To conditionally run tasks based on certain criteria&lt;br /&gt;
&lt;br /&gt;
d) To define variables for use in the playbook</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86842/how-can-you-use-the-when-keyword-in-an-ansible-playbook</guid>
<pubDate>Tue, 14 May 2024 20:25:02 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible playbook keyword “become”?</title>
<link>https://madanswer.com/86840/what-is-the-purpose-of-the-ansible-playbook-keyword-become</link>
<description>&lt;p&gt;What is the purpose of the Ansible playbook keyword “become”?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) To switch to a different inventory group&lt;/p&gt;&lt;p&gt;b) To switch to a different playbook&lt;/p&gt;&lt;p&gt;c) To switch to a different user or privilege level on the target system&lt;/p&gt;&lt;p&gt;d) To switch to a different playbook directory&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86840/what-is-the-purpose-of-the-ansible-playbook-keyword-become</guid>
<pubDate>Tue, 14 May 2024 20:24:36 +0000</pubDate>
</item>
<item>
<title>How can you authenticate with the Ansible Tower API?</title>
<link>https://madanswer.com/86838/how-can-you-authenticate-with-the-ansible-tower-api</link>
<description>&lt;p&gt;How can you authenticate with the Ansible Tower API?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) By providing a username and password&lt;/p&gt;&lt;p&gt;b) By providing an API token&lt;/p&gt;&lt;p&gt;c) By providing a private SSH key&lt;/p&gt;&lt;p&gt;d) By providing a GPG key&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86838/how-can-you-authenticate-with-the-ansible-tower-api</guid>
<pubDate>Tue, 14 May 2024 20:24:15 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible Tower API?</title>
<link>https://madanswer.com/86836/what-is-the-purpose-of-the-ansible-tower-api</link>
<description>&lt;p&gt;What is the purpose of the Ansible Tower API?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) To provide a web-based interface for managing Ansible&lt;/p&gt;&lt;p&gt;b) To provide a way to automate and integrate with Ansible Tower&lt;/p&gt;&lt;p&gt;c) To provide a way to install and share Ansible collections&lt;/p&gt;&lt;p&gt;d) To provide a way to encrypt sensitive data using Ansible Vault&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86836/what-is-the-purpose-of-the-ansible-tower-api</guid>
<pubDate>Tue, 14 May 2024 20:23:53 +0000</pubDate>
</item>
<item>
<title>How can you decrypt a file encrypted with Ansible Vault?</title>
<link>https://madanswer.com/86834/how-can-you-decrypt-a-file-encrypted-with-ansible-vault</link>
<description>&lt;p&gt;How can you decrypt a file encrypted with Ansible Vault?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) ansible-vault decrypt filename&lt;/p&gt;&lt;p&gt;b) ansible decrypt filename&lt;/p&gt;&lt;p&gt;c) ansible-file decrypt filename&lt;/p&gt;&lt;p&gt;d) ansible-galaxy decrypt filename&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86834/how-can-you-decrypt-a-file-encrypted-with-ansible-vault</guid>
<pubDate>Mon, 13 May 2024 18:20:12 +0000</pubDate>
</item>
<item>
<title>How can you create a new Ansible role?</title>
<link>https://madanswer.com/86832/how-can-you-create-a-new-ansible-role</link>
<description>&lt;p&gt;How can you create a new Ansible role?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) ansible-galaxy init rolename&lt;/p&gt;&lt;p&gt;b) ansible role init rolename&lt;/p&gt;&lt;p&gt;c) ansible-create role rolename&lt;/p&gt;&lt;p&gt;d) ansible-galaxy create rolename&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86832/how-can-you-create-a-new-ansible-role</guid>
<pubDate>Mon, 13 May 2024 18:19:43 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible Role?</title>
<link>https://madanswer.com/86830/what-is-the-purpose-of-the-ansible-role</link>
<description>What is the purpose of the Ansible Role?&lt;br /&gt;
&lt;br /&gt;
a) To store the playbook files&lt;br /&gt;
&lt;br /&gt;
b) To store the inventory file&lt;br /&gt;
&lt;br /&gt;
c) To define a set of tasks, files, templates, and other content that can be reused across playbooks&lt;br /&gt;
&lt;br /&gt;
d) To store the sensitive data</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86830/what-is-the-purpose-of-the-ansible-role</guid>
<pubDate>Mon, 13 May 2024 18:19:13 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible Handler?</title>
<link>https://madanswer.com/86828/what-is-the-purpose-of-the-ansible-handler</link>
<description>&lt;p&gt;What is the purpose of the Ansible Handler?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) To store the inventory file&lt;/p&gt;&lt;p&gt;b) To store the sensitive data&lt;/p&gt;&lt;p&gt;c) To define a set of tasks that are executed only if a specific condition is met&lt;/p&gt;&lt;p&gt;d) To define a set of tasks that are executed at the end of a playbook run&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86828/what-is-the-purpose-of-the-ansible-handler</guid>
<pubDate>Mon, 13 May 2024 18:18:44 +0000</pubDate>
</item>
<item>
<title>How can you execute an Ansible playbook?</title>
<link>https://madanswer.com/86826/how-can-you-execute-an-ansible-playbook</link>
<description>How can you execute an Ansible playbook?&lt;br /&gt;
&lt;br /&gt;
a) ansible-playbook playbook.yml&lt;br /&gt;
&lt;br /&gt;
b) ansible-play playbook.yml&lt;br /&gt;
&lt;br /&gt;
c) ansible playbook.yml&lt;br /&gt;
&lt;br /&gt;
d) ansible-execute playbook.yml</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86826/how-can-you-execute-an-ansible-playbook</guid>
<pubDate>Mon, 13 May 2024 18:18:17 +0000</pubDate>
</item>
<item>
<title>How can you specify the location of the inventory file in the Ansible Config file?</title>
<link>https://madanswer.com/86824/how-can-you-specify-the-location-of-the-inventory-file-in-the-ansible-config-file</link>
<description>&lt;p&gt;How can you specify the location of the inventory file in the Ansible Config file?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) inventory = /path/to/inventory&lt;/p&gt;&lt;p&gt;b) inventory_file = /path/to/inventory&lt;/p&gt;&lt;p&gt;c) inventory_path = /path/to/inventory&lt;/p&gt;&lt;p&gt;d) inventory-location = /path/to/inventory&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86824/how-can-you-specify-the-location-of-the-inventory-file-in-the-ansible-config-file</guid>
<pubDate>Mon, 13 May 2024 18:17:56 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible Config file?</title>
<link>https://madanswer.com/86822/what-is-the-purpose-of-the-ansible-config-file</link>
<description>&lt;p&gt;What is the purpose of the Ansible Config file?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) To store the playbook files&lt;/p&gt;&lt;p&gt;b) To store the inventory file&lt;/p&gt;&lt;p&gt;c) To configure the behavior of Ansible&lt;/p&gt;&lt;p&gt;d) To store the sensitive data&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86822/what-is-the-purpose-of-the-ansible-config-file</guid>
<pubDate>Mon, 13 May 2024 18:17:23 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the Ansible Tower?</title>
<link>https://madanswer.com/86820/what-is-the-purpose-of-the-ansible-tower</link>
<description>&lt;p&gt;What is the purpose of the Ansible Tower?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) To store the playbook files&lt;/p&gt;&lt;p&gt;b) To store the inventory file&lt;/p&gt;&lt;p&gt;c) To provide a web-based interface for managing Ansible&lt;/p&gt;&lt;p&gt;d) To provide a repository for Ansible roles and collections&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86820/what-is-the-purpose-of-the-ansible-tower</guid>
<pubDate>Mon, 13 May 2024 18:17:02 +0000</pubDate>
</item>
<item>
<title>How can you install an Ansible collection?</title>
<link>https://madanswer.com/86818/how-can-you-install-an-ansible-collection</link>
<description>&lt;p&gt;How can you install an Ansible collection?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) ansible-galaxy install collectionname&lt;/p&gt;&lt;p&gt;b) ansible install-collection collectionname&lt;/p&gt;&lt;p&gt;c) ansible-collection install collectionname&lt;/p&gt;&lt;p&gt;d) ansible install collection collectionname&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86818/how-can-you-install-an-ansible-collection</guid>
<pubDate>Mon, 13 May 2024 18:16:38 +0000</pubDate>
</item>
<item>
<title>What is an Ansible collection?</title>
<link>https://madanswer.com/86816/what-is-an-ansible-collection</link>
<description>&lt;p&gt;What is an Ansible collection?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) A set of roles that can be reused across playbooks&lt;/p&gt;&lt;p&gt;b) A collection of modules that perform a specific task&lt;/p&gt;&lt;p&gt;c) A set of plugins that extend Ansible functionality&lt;/p&gt;&lt;p&gt;d) A predefined set of variables that can be used in playbooks&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86816/what-is-an-ansible-collection</guid>
<pubDate>Mon, 13 May 2024 18:16:18 +0000</pubDate>
</item>
<item>
<title>How can you create an Ansible role?</title>
<link>https://madanswer.com/86814/how-can-you-create-an-ansible-role</link>
<description>&lt;p&gt;How can you create an Ansible role?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) ansible-galaxy init rolename&lt;/p&gt;&lt;p&gt;b) ansible-role init rolename&lt;/p&gt;&lt;p&gt;c) ansible-init role rolename&lt;/p&gt;&lt;p&gt;d) ansible create-role rolename&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Ansible</category>
<guid isPermaLink="true">https://madanswer.com/86814/how-can-you-create-an-ansible-role</guid>
<pubDate>Mon, 13 May 2024 18:15:56 +0000</pubDate>
</item>
</channel>
</rss>