Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greeneg/tolharadys-chef-repo
The Chef repository for machines that are part of tolharadys.net
https://github.com/greeneg/tolharadys-chef-repo
chef configuration-management infrastructure-as-code ruby
Last synced: 18 days ago
JSON representation
The Chef repository for machines that are part of tolharadys.net
- Host: GitHub
- URL: https://github.com/greeneg/tolharadys-chef-repo
- Owner: greeneg
- License: apache-2.0
- Created: 2019-04-26T02:15:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T01:11:49.000Z (over 1 year ago)
- Last Synced: 2025-01-10T13:30:39.603Z (25 days ago)
- Topics: chef, configuration-management, infrastructure-as-code, ruby
- Language: Ruby
- Size: 589 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
This is the tolharadys.net Chef Repository. This is the place where cookbooks,
role templates, config file templates and other artifacts for managing systems
with Chef will live for machines in the tolharadys.net environment.# Repository Directories
This repository contains several directories, and each directory contains a
README file that describes what it is for in greater detail, and how to use it
for management with Chef.- `cookbooks/` - Cookbooks that have been downloaded or created.
- `data_bags/` - Store data bags and items in .json in the repository.
- `roles/` - Store roles in .rb or .json in the repository.
- `environments/` - Store environments in .rb or .json in the repository.Most of the json data is actually in ERB templates and processed from key/value
data stored in the tolharadys.net EtcD service.