{"id":34561914,"url":"https://github.com/bastillebsd/rocinante","last_synced_at":"2026-02-20T06:02:25.420Z","repository":{"id":44420176,"uuid":"441375044","full_name":"BastilleBSD/rocinante","owner":"BastilleBSD","description":"Rocinante is lightweight configuration management software.","archived":false,"fork":false,"pushed_at":"2026-01-21T04:52:16.000Z","size":705,"stargazers_count":68,"open_issues_count":1,"forks_count":10,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-30T08:40:54.738Z","etag":null,"topics":["automation","bastillebsd","configuration-management","freebsd","scripting"],"latest_commit_sha":null,"homepage":"https://bastillebsd.org/rocinante","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BastilleBSD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-24T05:30:12.000Z","updated_at":"2026-01-21T04:52:21.000Z","dependencies_parsed_at":"2025-08-12T03:09:39.846Z","dependency_job_id":"ae915982-48b2-4b0e-98ca-92a6c164fd46","html_url":"https://github.com/BastilleBSD/rocinante","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/BastilleBSD/rocinante","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BastilleBSD%2Frocinante","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BastilleBSD%2Frocinante/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BastilleBSD%2Frocinante/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BastilleBSD%2Frocinante/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BastilleBSD","download_url":"https://codeload.github.com/BastilleBSD/rocinante/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BastilleBSD%2Frocinante/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29642906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T05:21:04.652Z","status":"ssl_error","status_checked_at":"2026-02-20T05:21:04.238Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["automation","bastillebsd","configuration-management","freebsd","scripting"],"created_at":"2025-12-24T08:57:03.655Z","updated_at":"2026-02-20T06:02:25.415Z","avatar_url":"https://github.com/BastilleBSD.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/static/rocinante.jpeg\" width=\"60%\" height=\"auto\" /\u003e\n\u003c/p\u003e\n\n----\n\nTable of Contents\n=================\n\n* [Table of Contents](#table-of-contents)\n* [Rocinante](#rocinante)\n   * [Installation](#installation)\n   * [Configuration](#configuration)\n   * [Examples](#examples)\n   * [Documentation](#documentation)\n   * [Support](#support)\n\n# Rocinante\n\nWork Horse.\n\nSomething to do the heavy lifting.\n\nConfiguration management from the team that brought you BastilleBSD.\n\n## Installation\n\nRocinante can be found in FreeBSD ports at `sysutils/rocinante`.\n```\npkg install rocinante\n```\nor\n```\ngit clone https://github.com/BastilleBSD/rocinante.git\nthen cd rocinante\nmake install\n```\n\n## Configuration\n\nRocinante makes Bastille templates compatible with a host system. This means\nyou can automate host configuration the same way you configure containers.\n\nSame files. Same format.\n\n## Examples\n\nThis example demonstrates applying a `Bastillefile` template to a host system.\n\n```\nholden ~ # rocinante verify cedwards/base\nDetected Bastillefile hook.\n[Bastillefile]:\nPKG htop vim git-lite\nCP etc /\nSYSRC cloned_interfaces+=lo1\nSERVICE ntpd restart\nSYSCTL kern.randompid=1\n\nTemplate ready to use.\n```\n\n```\nholden ~ # rocinante template cedwards/base\n[TEMPLATE]:\nApplying template: cedwards/base...\n\n[PKG]:\nUpdating poudriere-local repository catalogue...\npoudriere-local repository is up to date.\nAll repositories are up to date.\nChecking integrity... done (0 conflicting)\nThe most recent versions of packages are already installed\n\n[CP]:\n/usr/local/rocinante/templates/cedwards/base/etc -\u003e /etc\n/usr/local/rocinante/templates/cedwards/base/etc/ntp.conf -\u003e /etc/ntp.conf\n\n[SYSRC]:\ncloned_interfaces: lo1 -\u003e lo1\n\n[SERVICE]:\nStopping ntpd.\nWaiting for PIDS: 16118.\nStarting ntpd.\n\n[SYSCTL]:\nkern.randompid: 658 -\u003e 713\n\nTemplate applied: cedwards/base\n\n```\n\n## Documentation\n\nSee [Documentation](https://docs.rocinante.sh/en/latest/)\n\n## Support\n\nIf you've found a bug in Bastille, please submit it to the [Rocinante Issue\nTracker](https://github.com/bastillebsd/rocinante/issues/new)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastillebsd%2Frocinante","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbastillebsd%2Frocinante","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbastillebsd%2Frocinante/lists"}