Debian/Ubuntu package operations

v0.1.2

Operator pack for Debian/Ubuntu hosts. Read-only inventory and patching diagnostics, plus narrow apt install/remove actions for a single named package. Designed for production hosts where a human approver must see the package name before a write happens.

Pack ID
debian
Vendor
emisar
OS
linux
Actions
9
Required binaries: apt-get, dpkg. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:e489c3f33cc0c5dbad0c8005ce78a5b001db1b8efce4f2c0ae5728fd4e4e38bf

on the runner host
sudo emisar pack install debian \
  --hash sha256:e489c3f33cc0c5dbad0c8005ce78a5b001db1b8efce4f2c0ae5728fd4e4e38bf \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 9 total

View on GitHub