Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lnsp/libvirt-hosts
Daemon thats turns libvirt network DHCP leases into hostfiles.
https://github.com/lnsp/libvirt-hosts
dhcp-leases hostfile hosts libvirt libvirt-go
Last synced: 15 days ago
JSON representation
Daemon thats turns libvirt network DHCP leases into hostfiles.
- Host: GitHub
- URL: https://github.com/lnsp/libvirt-hosts
- Owner: lnsp
- License: apache-2.0
- Created: 2020-02-29T00:38:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T02:51:48.000Z (over 4 years ago)
- Last Synced: 2024-06-20T05:15:34.768Z (5 months ago)
- Topics: dhcp-leases, hostfile, hosts, libvirt, libvirt-go
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libvirt-hosts
This repository contains a tool, that automatically scans libvirt networks for DHCP leases and generates a hostfile from the lease mappings.
## Usage
```bash
$ libvirt-hosts [path-to-config]
```## Configuration
An example configuration can be found in the `config.yaml` in this repository.