1.

Please explain some of the terms in Ansible?

Answer»
  • Playbook: playbook is REFERRED to as a code file that is written in YAML format. It contains the essential tasks REQUIRES to be implemented.
  • TASK: Task represents a single procedure that is REQUIRED to be executed.
  • Play: Play refers to a task is executed from beginning to end or EXECUTION of a playbook.


Discussion

No Comment Found