Talk:Ansible: Difference between revisions

 
Line 275:
* Main variables can be set in the master Ansible file, generic tasks can be defined in included files.
* Tasks can be included in a playbook from external YAML file using '''include''' directive.
* VariblesVariables can be included from YAML or JSON file using '''include_vars''' directive.