Operations Index
operations.apt
apt.package()‒ Adds or removes system packages with apt-get.
operations.files
files.directory()‒ Manages the state of an directory on the remote host.files.file()‒ Creates, deletes or updates the given file.files.link()‒ Creates, deletes or updates the given symbolic link.files.upload_content()‒ Uploads the given content as a file to the remote host.files.upload()‒ Uploads the given file or to the remote host.files.upload_dir()‒ Uploads the given directory to the remote host.files.template_content()‒ Templates the given content and uploads the result to the remote host.files.template()‒ Templates the given file and uploads the result to the remote host.files.line()‒ Manage a line in a file.
operations.git
git.repo()‒ Clones or updates a git repository and its submodules.
operations.local
local.script()‒ Executes the given script for the current host.
operations.pacman
pacman.package()‒ Adds or removes system packages with pacman.
operations.pip
operations.portage
portage.package()‒ Adds or removes system packages with portage.
operations.postgres
operations.system
system.user()‒ Creates, modifies or deletes a unix user.system.group()‒ Creates, modifies or deletes a unix group.system.package()‒ Adds or removes system packages by detecting a supported init system to execute the operation.system.service()‒ Manages a system service by detecting a supported init system to execute the operation.
operations.systemd
systemd.daemon_reload()‒ Manages a systemd unit.systemd.service()‒ Manages a systemd unit.
Last updated