Minimum configuration management tool written in Go.
Cofu is provided as a single binary. You can download it and drop it in your $PATH.
$ 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.
- CentOS6
- CentOS7
- Debian8
- Debian9
- Ubuntu16.04
- Ubuntu18.04
If you're just getting started with Cofu, please start to read Getting Started.
This software is highly inspired by itamae-kitchen/itamae.
Kohki Makimoto [email protected]
The MIT License (MIT)