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. Operations can be executed via the command line or by creating a deploy.
Want a new operation? Check out the writing operations guide.
All operations accept a set of global arguments and are grouped as Python modules.
- Apk Operations
- Apt Operations
- Brew Operations
- Bsdinit Operations
- Choco Operations
- Dnf Operations
- Files Operations
- Gem Operations
- Git Operations
- Init Operations
- Iptables Operations
- Launchd Operations
- Lxd Operations
- Mysql Operations
- Npm Operations
- Pacman Operations
- Pip Operations
- Pkg Operations
- Postgresql Operations
- Puppet Operations
- Python Operations
- Server Operations
- Ssh Operations
- Systemd Operations
- Sysvinit Operations
- Upstart Operations
- Vzctl Operations
- Windows Operations
- Windows_Files Operations
- Xbps Operations
- Yum Operations
- Zypper Operations