Skip to content

Files

Latest commit

 

History

History
56 lines (38 loc) · 1.47 KB

operations.rst

File metadata and controls

56 lines (38 loc) · 1.47 KB

Operations Index

Operations are used to describe changes to make to systems in the inventory. Use them to define state and pyinfra will make any necessary changes to reach that state. All operations accept a set of :doc:`global arguments <arguments>` and are grouped as Python modules.

Want a new operation? Check out :doc:`the writing operations guide <./api/operations>`.

Popular operations by category

All operations alphabetically

#operations-index .toctree-wrapper > ul { padding: 0; } #operations-index .toctree-wrapper > ul > li { padding: 0; list-style: none; margin: 20px 0; } #operations-index .toctree-wrapper > ul > li > ul > li { display: inline-block; }
.. toctree::
   :maxdepth: 2
   :glob:

   operations/*