All Projects → kirillshevch → chef-template

kirillshevch / chef-template

Licence: MIT License
Chef Solo config for management servers with Ruby/Rack based applications

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to chef-template

chef client updater
Chef Cookbook to update the chef client on nodes
Stars: ✭ 51 (+121.74%)
Mutual labels:  chef
elixir
Development repository for the elixir cookbook
Stars: ✭ 16 (-30.43%)
Mutual labels:  chef
passenger apache2
Development repository for the passenger_apache2 cookbook
Stars: ✭ 37 (+60.87%)
Mutual labels:  chef
chef-web-docs
All The Documentation
Stars: ✭ 117 (+408.7%)
Mutual labels:  chef
chake
Simple configuration management with chef and rake. This repository is a mirror, the official one is at https://gitlab.com/terceiro/chake
Stars: ✭ 19 (-17.39%)
Mutual labels:  chef
chef-apply
The ad-hoc execution tool for the Chef ecosystem.
Stars: ✭ 14 (-39.13%)
Mutual labels:  chef
sql server
Development repository for the sql_server cookbook
Stars: ✭ 60 (+160.87%)
Mutual labels:  chef
reprepro
Development repository for the reprepro cookbook
Stars: ✭ 11 (-52.17%)
Mutual labels:  chef
chef-ulimit
This is a simple chef cookbook that provides a defintion for managing user_ulimit settings.
Stars: ✭ 43 (+86.96%)
Mutual labels:  chef
chef-kubernetes
Google Kubernetes installer for ubuntu >= 16.04
Stars: ✭ 68 (+195.65%)
Mutual labels:  chef
keepalived
Development repository for the keepalived cookbook
Stars: ✭ 29 (+26.09%)
Mutual labels:  chef
aix
Resources for AIX hosts
Stars: ✭ 22 (-4.35%)
Mutual labels:  chef
postfix
Development repository for the postfix cookbook
Stars: ✭ 102 (+343.48%)
Mutual labels:  chef
chef-openvpn
A multi-configuration OpenVPN server cookbook featuring IPv6 support and easy setup of client files.
Stars: ✭ 23 (+0%)
Mutual labels:  chef
capsulecd
Continuous Delivery for automating package releases (npm, cookbooks, gems, pip, jars, etc)
Stars: ✭ 96 (+317.39%)
Mutual labels:  chef
terraform examples
Terraform AWS Windows examples
Stars: ✭ 78 (+239.13%)
Mutual labels:  chef
chef-systemd
resource-driven chef cookbook for managing linux systems via systemd
Stars: ✭ 43 (+86.96%)
Mutual labels:  chef
audit
Audit Cookbook for Chef Compliance
Stars: ✭ 58 (+152.17%)
Mutual labels:  chef
maven
Development repository for the maven cookbook
Stars: ✭ 35 (+52.17%)
Mutual labels:  chef
certificate
Development repository for the certificate cookbook
Stars: ✭ 71 (+208.7%)
Mutual labels:  chef

chef-template

Chef Solo config for management servers with Ruby/Rack based applications

Tutorial

Using Chef and Capistrano to deploy a Rails application on Ubuntu 16.04

Stack

  • Ubuntu 16.04
  • PostgreSQL
  • Redis
  • Monit
  • RVM
  • Node.js
  • Nginx
  • Ncdu

Usage

Insert machine IP into next files:

nginx

nginx

node

cp nodes/machine.ip.json nodes/my_new_node.json

Replace passwords into base role and run:

bundle exec knife solo bootstrap root@ip nodes/my_new_node.json

License

The template is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].