Ansible Playbook Task Import: From Basics to Advanced
Ansible Playbook Task Import When using Playbooks, there may be some frequently used Plays. In this case, you can utilize the import method in Playbooks to reuse the same Play. The imported tasks serve as a task template (without the <span>hosts</span> and <span>tasks</span> fields, as shown in the example below). There are two modes for … Read more