{"id":20728820,"url":"https://github.com/npwalker/automations","last_synced_at":"2026-04-27T04:32:16.673Z","repository":{"id":74281717,"uuid":"280244459","full_name":"npwalker/automations","owner":"npwalker","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-03T16:07:01.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T16:41:51.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/npwalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-16T19:49:07.000Z","updated_at":"2021-09-03T16:05:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7c13980-8742-42d0-a312-2105c34d6b4d","html_url":"https://github.com/npwalker/automations","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":"npwalker/bolt-project","purl":"pkg:github/npwalker/automations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npwalker%2Fautomations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npwalker%2Fautomations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npwalker%2Fautomations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npwalker%2Fautomations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/npwalker","download_url":"https://codeload.github.com/npwalker/automations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npwalker%2Fautomations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32323213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-17T04:40:06.039Z","updated_at":"2026-04-27T04:32:16.666Z","avatar_url":"https://github.com/npwalker.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skeleton Bolt project directory\n\nBolt is a Ruby command-line tool for executing commands, scripts, and tasks on remote systems using SSH and WinRM.\n\n* Executes commands on remote *nix and Windows systems*.\n* Distributes and execute scripts, such as Bash, PowerShell, Python.\n* Scales to more than 1000 concurrent connections.\n* Supports industry standard protocols (SSH/SCP, WinRM/PSRP) and authentication methods (password, publickey).\n\n\u003e Installing bolt from a gem is not recommended since core modules will not be available. Please [install bolt](https://puppet.com/docs/bolt/latest/bolt_installing.md) as a package\n\nThis repository is an example skeleton Bolt Project Directory or `Boltdir`. A `Boltdir` contains all of the configuration, code, and data loaded by Bolt. Read more about the project directory structure at the following [link.](https://puppet.com/docs/bolt/latest/bolt_project_directories.html#project-directories)\n\n## Directory structure\n```\n├── bolt.yaml\n├── data\n│   └── common.yaml\n├── hiera.yaml\n├── inventory.yaml\n├── modules\n├── Puppetfile\n├── README.md\n└── site-modules\n    └── project\n        ├── manifests\n        │   └── init.pp\n        ├── plans\n        │   └── init.pp\n        └── tasks\n            ├── init.json\n            └── init.sh\n```\n### bolt.yaml\nThe `bolt.yaml` file sets global configuration options in the context of the bolt project. [bolt.yaml reference](https://puppet.com/docs/bolt/latest/bolt_configuration_options.html)\n\n### data\nThe `data` directory is the default location to add `hiera` data for the project. [Hiera reference](https://puppet.com/docs/bolt/latest/applying_manifest_blocks.html#concept-4446)\n\n### hiera.yaml\nThe default location for hiera configuration. [Hiera configuration reference](https://puppet.com/docs/puppet/latest/hiera_config_yaml_5.html)\n\n### inventory.yaml\nThe `inventory.yaml` file contains information about targets. You can group targets and define connection configuration. [inventory.yaml reference](https://puppet.com/docs/bolt/latest/inventory_file.html)\n\n### Puppetfile\nThe `Puppetfile` is used to install modules from the [Puppet Forge](https://forge.puppet.com/) or from a Git repository. Modules specified in the Puppetfile will be downloaded and installed into the `modules` directory. [Puppetfile reference](https://puppet.com/docs/bolt/latest/installing_tasks_from_the_forge.html#task-8928)\n\n### site-modules\nThe `site-modules` directory contains the project specific `Bolt` modules. In this example there is a single module called `project`.\n\n### site-modules/project/manifests\nThe module `manifest` directory is used for puppet manifest code that may be applied with Bolt.\n\n### site-modules/project/plans\nThe `plans` directory contains plans. [Plans reference](https://puppet.com/docs/bolt/latest/writing_tasks_and_plans.html#plans)\n\n### site-modules/project/tasks\nThe `tasks` directory contains tasks. [Tasks reference](https://puppet.com/docs/bolt/latest/writing_tasks_and_plans.html#tasks)\n\n## Getting Help\n\n* [#bolt on Slack](https://slack.puppet.com/) - Join the Bolt developers and community","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpwalker%2Fautomations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnpwalker%2Fautomations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpwalker%2Fautomations/lists"}