+

Search Tips   |   Advanced Search

ansible.builtin.include - Include a play or task list

This module is part of ansible-base and included in all Ansible installations. In most cases, you can use the short module name include even without specifying the collections: keyword. Despite that, we recommend you use the FQCN for easy linking to the module documentation and to avoid conflicting with other collections that may have the same module name.

New in version 0.6: of ansible.builtin


Synopsis


Parameters

Parameter Choices/Defaults Comments

free-form

string

This module allows you to specify the name of the file directly without any other options.



Notes


See Also


See also

ansible.builtin.import_playbook

The official documentation on the ansible.builtin.import_playbook module.

ansible.builtin.import_role

The official documentation on the ansible.builtin.import_role module.

ansible.builtin.import_tasks

The official documentation on the ansible.builtin.import_tasks module.

ansible.builtin.include_role

The official documentation on the ansible.builtin.include_role module.

ansible.builtin.include_tasks

The official documentation on the ansible.builtin.include_tasks module.

Including and importing

More information related to including and importing playbooks, roles and tasks.


Examples


Authors