forked from tbielawa/Taboot
-
Notifications
You must be signed in to change notification settings - Fork 0
Client utility and library for performing deployments with Func.
License
abutcher/Taboot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Taboot ======== Client library for performing deployments with func <https://fedorahosted.org/Taboot/> What's it for? ============== Taboot uses simple YAML files to help you script common task patterns on groups of hosts. I don't get it, show me an example. =================================== Here's an example YAML file, it's pretty self-explanatory. # Begin example --- - hosts: - www*.example.com preflight: - nagios.ScheduleDowntime: nagios_url: nagios.int.example.com minutes: 5 service: httpd tasks: - service.Stop: {service: httpd} - yum.Update - service.Start: {service: httpd} # End example Notice you can do shell-like globs when specifying the target hosts. You would use this in this manner: $ taboot httpd-update.yaml See also ======== Func <https://fedorahosted.org/func/> YAML <http://www.yaml.org/>
About
Client utility and library for performing deployments with Func.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 86.3%
- Ruby 12.3%
- Shell 1.4%