Bookmark this page

Summary

In this chapter, you learned:

  • The Files modules library includes modules that allow you to accomplish most tasks related to file management, such as creating, copying, editing, and modifying permissions and other attributes of 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.

  • Jinja2 filters transform template expressions from one kind or format of data into another.

Revision: rh294-8.4-9cb53f0