Add a reference to tty.space as an example

tty.space has a better example of how to use kickstart for configuring a server, as baseline is much more generic.
This commit is contained in:
Bruno Lara Tavares 2015-11-19 10:23:08 -02:00
parent d03b89a4f8
commit 965dbe87b4

View File

@ -3,7 +3,9 @@ Bash only provisioning tool.
The idea is to use bash scripts to provision machines over ssh, with no client installation on the target. The idea is to use bash scripts to provision machines over ssh, with no client installation on the target.
It provides some abstractions and functions that help you structure and write more readable bash scripts. It provides some abstractions and functions that help you structure and write more readable bash scripts.
For an example project, check [kickstart-baseline](https://github.com/bltavares/kickstart-baseline).
For an example project, check [tty.space project](https://github.com/bltavares/tty.space) or
[kickstart-baseline](https://github.com/bltavares/kickstart-baseline).
### Goal ### Goal