autoeasy

module
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: Apache-2.0

README

autoeasy

autoeasy is inspried by Ansible. You can automate manual steps into automated way with YAML files. completely written on GoLang. Just download the binary to your platform and start using it.

supported plugins

  • OpenShift
  • Local Command
  • Jenkins

overview

plugin.yaml file

this file holds all the configuration for your plugins. you can have multiple entries for the same plugin. Example I want to access different jenkins server

file format
provider:   # indicates provider plugins configuration
  jenkins:  # you can give any name, you have to use this name in the template file
    plugin: jenkins # name of the plugin
    config: # configuration details for the plugin
      server_url: http://localhost:8080
      username: admin
      password: admin
      insecure: false
      timeout: 1h
  jenkins_eng:
    plugin: jenkins
    config:
      ...
  openshift:
    plugin: openshift
    config:
      ...

Directories

Path Synopsis
cmd
pkg
plugin

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL