Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (31 loc) · 1.66 KB

admiral.md

File metadata and controls

41 lines (31 loc) · 1.66 KB

admiral

Admiral is a lightweight Ansible inventory database management tool

Synopsis

Admiral is a command line tool to manage ansible inventory. It can also expose the inventory to ansible as a full inventory structure. As monitoring is also important, the tool can also expose the inventory in Prometheus static file structure where all the host groups are set as host 'groups' label.

The tool is expecting to find a toml configuration file with the database details in one of the following locations:

  • /etc/admiral/config.toml
  • ./config.toml
  • $HOME/.admiral.toml

A template of the configuration file can be found at the repository https://github.com/via-justa/admiral

Options

  -h, --help   help for admiral

SEE ALSO

Auto generated by spf13/cobra on 3-Jan-2021