The file management modules in the ansible.builtin and ansible.posix Ansible Content Collections enable you to accomplish most tasks related to file management, such as creating, copying, editing, and modifying permissions and other attributes of files.
Several file management modules can set the permissions mode and SELinux context for files.
You can use Jinja2 templates to dynamically construct files for deployment.
A Jinja2 template is usually composed of two elements: variables and expressions. Those variables and expressions are replaced with values when the Jinja2 template is rendered.
You use the ansible.builtin.template module to deploy Jinja2 templates to managed hosts.
Jinja2 filters transform template expressions from one kind or format of data into another.
Click CREATE to build all of the virtual machines needed for the classroom lab environment. This may take several minutes to complete. Once created the environment can then be stopped and restarted to pause your experience.
If you DELETE your lab, you will remove all of the virtual machines in your classroom and lose all of your progress.