Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wynandbooysen/go-listpuppets
Simple wrapper to expose command line 'puppetserver ca list --all' via API to get list of servers registered on Puppet Master
https://github.com/wynandbooysen/go-listpuppets
api api-rest go golang gorilla-mux puppet
Last synced: 17 days ago
JSON representation
Simple wrapper to expose command line 'puppetserver ca list --all' via API to get list of servers registered on Puppet Master
- Host: GitHub
- URL: https://github.com/wynandbooysen/go-listpuppets
- Owner: wynandbooysen
- License: gpl-3.0
- Created: 2019-12-05T14:04:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T07:56:56.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T13:24:01.708Z (almost 2 years ago)
- Topics: api, api-rest, go, golang, gorilla-mux, puppet
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## go-listpuppets
[![Go Report Card](https://goreportcard.com/badge/github.com/wynandbooysen/go-listpuppets)](https://goreportcard.com/report/github.com/wynandbooysen/go-listpuppets)
Simple wrapper to expose command line 'puppetserver ca list --all' via API to get list of servers registered on Puppet Master
Built this due to Talend's default component for connecting via SSH (tSSH) still uses ganymed-ssh-2 (deprecated) which can't connect to servers after SSH hardening - turning off old insecure algorithms.
Quick and dirty way to get a list of all agents registered on the puppet master in JSON format for me to consume in Talend