Automic VaultAutomic Vault

brew

ansible-cmdb を Homebrew, Nix, zypper でインストール

ansible-cmdb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install ansible-cmdb

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#ansible-cmdb

nixpkgs package indexes · pkgs/by-name/an/ansible-cmdb/package.nix · ソース: api.github.com

openSUSE zypper確認済み · 92%
sudo zypper install ansible-cmdb

openSUSE Tumbleweed package metadata · ansible-cmdb · ソース: download.opensuse.org

概要

パッケージ概要

Generates static HTML overview page from Ansible facts

コマンドとエイリアス

  • ansible-cmdb

履歴

プロジェクトの歴史と使われ方

Ansible-CMDB is a small companion utility for Ansible users who want static inventory and host-fact reports without running a database-backed CMDB service. It consumes facts gathered by Ansible and renders them as HTML, CSV, SQL, JSON, Markdown, or plain-text output.

プロジェクトの歴史

The project is maintained in the fboender/ansible-cmdb repository and its manual page identifies the command as a tool to generate host overviews from Ansible facts. Its documentation describes an implementation centered on parsing fact directories and, optionally, Ansible inventory data, then rendering the result through templates.

The 1.x release line was already established by 2015, when the bundled man page was dated 2015-11-11. GitHub releases show continued 1.x maintenance through v1.31, including packaging, variable parsing, and template fixes.

採用の歴史

Ansible-CMDB became useful in the gap between ad hoc Ansible fact gathering and heavier infrastructure inventory systems. Its adoption pattern is package-nerdy rather than platform-centric: it appears in Homebrew, Nix, SUSE/openSUSE packaging, and PyPI-oriented workflows because it is a single CLI that can be dropped into cron jobs or documentation pipelines.

The project has a long-lived GitHub footprint with thousands of stars and hundreds of forks, but its release cadence is modest compared with core Ansible tools. That matches its role as a stable reporting add-on rather than an automation engine.

使われ方

The canonical workflow is to run Ansible setup with `--tree` to write fact files, then run `ansible-cmdb out/ > overview.html`. Passing `-i` lets the tool read inventory files or dynamic inventory scripts so host and group variables appear in the report.

Users choose templates with `-t`, add template parameters with `-p`, and can output split HTML for large inventories. It is commonly used when a team wants a browsable snapshot of hosts and facts without deploying AWX, NetBox, ServiceNow, or a custom database.

パッケージ好きにとっての重要性

For package maintainers, Ansible-CMDB is a classic Unix-shaped adjunct: one executable, generated static output, no daemon, and broad packaging across Python and OS repositories. Its value is that it turns Ansible's existing fact cache into artifacts that can be archived, published, diffed, or shipped as build output.

It also illustrates how the Ansible ecosystem produced small single-purpose tools around the core CLI before more integrated platforms became common.

タイムライン

  • 2015: Bundled manual page documents `ansible-cmdb` as a fact-to-overview generator.
  • 2017: v1.19 release posts describe static HTML host overview generation and multiple templates.
  • 2018: v1.26/v1.26.1 releases focus on packaging and template improvements.
  • 2021: v1.31 release fixes PyPI license metadata and template issues.

Related projects

  • Ansible provides the fact gathering data consumed by Ansible-CMDB.
  • AWX and Red Hat Ansible Automation Platform provide heavier web UI, inventory, and job orchestration workflows.
  • NetBox, ServiceNow CMDB, and other inventory systems overlap with the infrastructure documentation use case but are not drop-in static report generators.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 2 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
ansible-cmdbcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版1.31
マネージャ更新日
ローカルデータOK
上流最新
検出された最新1.31

https://github.com/fboender/ansible-cmdb

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:ansible-cmdb
バージョン1.31
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/ansible-cmdb
ホームページhttps://github.com/fboender/ansible-cmdb
リポジトリhttps://github.com/fboender/ansible-cmdb
上流ドキュメントhttps://ansible-cmdb.readthedocs.io/en/latest
ライセンスGPL-3.0-or-later
ソースアーカイブhttps://github.com/fboender/ansible-cmdb/archive/refs/tags/1.31.tar.gz
依存関係libyaml, python@3.14
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameansible-cmdb
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

ansible-cmdb

nix profile install nixpkgs#ansible-cmdb
  • normalized package name match
  • 一致条件: Ansible Cmdb
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/an/ansible-cmdb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
zypper95%

ansible-cmdb 1.31-3.2

Ansible Configuration Management Database

https://github.com/fboender/ansible-cmdb

sudo zypper install ansible-cmdb
  • License: GPL-3.0-or-later
  • Category: Development/Languages/Python
  • Architecture: noarch
  • Source Package: ansible-cmdb
  • 6 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Ansible Cmdb
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: ansible-cmdb from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment