kohkimakimoto / cofu

Minimum configuration management tool written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cofu Build Status

Minimum configuration management tool written in Go.

Installation

Cofu is provided as a single binary. You can download it and drop it in your $PATH.

Download latest version

Usage

$ echo '
software_package "nginx" {
    action = "install",
}

service "nginx" {
    action = {"enable", "start"},
}' > recipe.lua
$ sudo cofu recipe.lua

Usage is covered in more detail in the Documentation.

Supported Platforms

  • CentOS6
  • CentOS7
  • Debian8
  • Debian9
  • Ubuntu16.04
  • Ubuntu18.04

Documentation

If you're just getting started with Cofu, please start to read Getting Started.

See Also

This software is highly inspired by itamae-kitchen/itamae.

Author

Kohki Makimoto kohki.makimoto@gmail.com

License

The MIT License (MIT)

About

Minimum configuration management tool written in Go.

License:MIT License


Languages

Language:Go 98.8%Language:Shell 0.9%Language:Makefile 0.3%Language:Vim Snippet 0.1%Language:Dockerfile 0.0%