dev-master
9999999-dev https://github.com/kohkimakimoto/altax-chefRuns chef-solo via altax.
Apache License 2.0
The Requires
- php >=5.3.0
The Development Requires
plugin chef altax
Wallogit.com
2017 © Pedro Peláez
Runs chef-solo via altax.
Runs chef-solo via altax and Git., (*1)
NOTE: This product is in development stag, So I sometimes break code., (*2)
I tested it on the following environments., (*3)
Edit your .altax/composer.json file like the following., (*4)
{
"require": {
"kohkimakimoto/altax-chef": "dev-master"
}
}
Run altax update., (*5)
$ altax update
Add the following code your .altax/config.php file., (*6)
Task::register("chef", 'Altax\Contrib\Chef\Command\ChefCommand')
->config(array(
"repo" => "git@github.com:your/chef-reposigory.git"
))
;
Installs chef package to remote node., (*7)
altax chef node [node...] --prepare
Runs chef-solo using run_list nodes/${HOSTNAME}.json, (*8)
altax chef node [node...]
Runs chef-solo via altax.
Apache License 2.0
plugin chef altax