{"id":13828758,"url":"https://github.com/serverspec/syllabus","last_synced_at":"2025-07-09T06:32:55.241Z","repository":{"id":71362501,"uuid":"14835682","full_name":"serverspec/syllabus","owner":"serverspec","description":"Configuration Management Tool for Immutable Infrastructure","archived":false,"fork":false,"pushed_at":"2013-12-09T17:58:40.000Z","size":163,"stargazers_count":32,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-05T09:18:24.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serverspec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-01T08:22:21.000Z","updated_at":"2024-01-20T17:50:37.000Z","dependencies_parsed_at":"2023-02-22T16:16:20.397Z","dependency_job_id":null,"html_url":"https://github.com/serverspec/syllabus","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverspec%2Fsyllabus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverspec%2Fsyllabus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverspec%2Fsyllabus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverspec%2Fsyllabus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverspec","download_url":"https://codeload.github.com/serverspec/syllabus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225492420,"owners_count":17482869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T09:03:06.961Z","updated_at":"2024-11-20T08:31:04.040Z","avatar_url":"https://github.com/serverspec.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# Syllabus [![BuildStatus](https://travis-ci.org/serverspec/syllabus.png)](http://travis-ci.org/serverspec/syllabus)\n\nSyllabus is a configuration management tool for the era of \"immutable infrastructure.\" which just provides a thin abstraction layer onto plain shell script.\n\n## Commands\n\n### `init`\n\n`init` sets up files to start configuration management with Syllabus.\n\n```\n$ syllabus init\n```\n\nThis creates `syllabus.rb` into the current working directory.\n\n### `exec`\n\n`exec` reads the configuration from the file specified by `--file` option and executes commands along with the type specified `--type` option.\n\n```\n$ syllabus exec --file examples/mac.rb --type Exec\n```\n\n`--type` can be either one of the type which are provided by [SpecInfra](https://github.com/mizzy/).\n\n## Configuration\n\nSyllabus provides a simple DSL to configure servers like below:\n\n```\nhosts   %[app1.example.com app2.example.com]\npath    '/path/to/bin'\n\ninstall 'httpd'\ninstall 'git'\n# ...\n```\n\n### Configuration for Syllabus\n\nThere are serveral methods to configure Syllabus itself.\n\n  * `hosts`: Servers to be configured by Syllabus\n  * `path`: `PATH` environment variable to be set on the servers\n\n### Configuration for Servers\n\n  * `install`: Specifies a package to be installed\n  * (TODO)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'syllabus'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install syllabus\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverspec%2Fsyllabus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverspec%2Fsyllabus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverspec%2Fsyllabus/lists"}