doc: update package docs

This commit is contained in:
Glen Goodwin 2023-12-06 12:53:39 -05:00
parent 7e03c148e4
commit 30481efde2
2 changed files with 7 additions and 3 deletions

View file

@ -16,6 +16,9 @@
distrobox # Lightweight utility for running Linux distributions in containers.
dive # A tool for exploring a Docker image, allowing inspection of layer contents.
grype # A vulnerability scanner for container images and filesystems.
hadolint # Dockerfile linter to analyze and enforce best practices in containerization.
podman-compose # Podman plugin for managing multi-container applications.
podman-tui # Text-based user interface (TUI) for Podman, facilitating container management.
syft # Open-source tool for scanning and analyzing container images for software composition and vulnerabilities.
];
}

View file

@ -5,8 +5,9 @@
...
}: {
home.packages = with pkgs; [
ansible
ansible-later
ansible-doctor
ansible # Open-source automation platform for configuration management, application deployment, and task automation.
ansible-doctor # Ansible utility for diagnosing and troubleshooting common issues.
ansible-later # Ansible plugin for scheduling tasks to run later.
molecule # Testing framework for testing Ansible roles and playbooks in various environments.
];
}