An open API service indexing awesome lists of open source software.

https://github.com/nxhack/chef

My recipes (opscode chef cookbooks) : Bootstrap - Configuration - Orchestration
https://github.com/nxhack/chef

Last synced: 3 months ago
JSON representation

My recipes (opscode chef cookbooks) : Bootstrap - Configuration - Orchestration

Awesome Lists containing this project

README

        

# Opscode chef : My Recipes

## bootstrap

Use! Opscode Omnibus.

## cookbooks

* [ec2-base-settings](https://github.com/nxhack/chef/tree/master/cookbooks/ec2-base-settings)


recipe "ec2-base-settings", "Configures common settings & Installs common packages for EC2."

* [ec2-hostname](https://github.com/nxhack/chef/tree/master/cookbooks/ec2-hostname)


recipe "ec2-hostname", "Set hostname and FQDN of the node."
recipe "ec2-hostname::ec2_set_hosts", "Install init script - modify hosts file at boot time."

* [ec2-split-dns](https://github.com/nxhack/chef/tree/master/cookbooks/ec2-split-dns)


recipe "ec2-split-dns", "Install bind9 and Setup dns zone files for Split DNS."
recipe "ec2-split-dns::ec2_set_dns_zone", "Install init script - modify dns zone files at boot time."
recipe "ec2-split-dns::ec2_set_resolver", "Setup dns resolver related files. : /etc/resolv.conf /etc/dhcp3/dhclient.conf"

* [ec2-get-my-region](https://github.com/nxhack/chef/tree/master/cookbooks/ec2-get-my-region)


recipe "ec2-get-my-region", "Store EC2 Region name to node attribute"

* [ec2-split-dns-region](https://github.com/nxhack/chef/tree/master/cookbooks/ec2-split-dns-region)


recipe "ec2-split-dns-region", "Install bind9 and Setup dns zone files for Split DNS. (around same region)"
recipe "ec2-split-dns-region::ec2_set_resolver", "Setup dns resolver related files. : /etc/resolv.conf /etc/dhcp3/dhclient.conf"

* [ec2-backports](https://github.com/nxhack/chef/tree/master/cookbooks/ec2-backports)


recipe "ec2-backports", "Configure ec2 backports repository"

* [ec2-grub-menu-lst](https://github.com/nxhack/chef/tree/master/cookbooks/ec2-grub-menu-lst)


recipe "ec2-grub-menu-lst", "Configures grub : setup kernel options"

* [ec2-disable-TOE](https://github.com/nxhack/chef/tree/master/cookbooks/ec2-disable-TOE)


recipe "ec2-disable-TOE", "Configures disable TOE"

* [conf-unattended-upgrades](https://github.com/nxhack/chef/tree/master/cookbooks/conf-unattended-upgrades)


recipe "conf-unattended-upgrades", "Configure unattended-upgrades"

* [conf-postfix](https://github.com/nxhack/chef/tree/master/cookbooks/conf-postfix)


recipe "conf-postfix", "Installs/Configure postfix"

* [conf-mysql](https://github.com/nxhack/chef/tree/master/cookbooks/conf-mysql)


recipe "conf-mysql", "Installs/Configure MySQL"

* [conf-apache2](https://github.com/nxhack/chef/tree/master/cookbooks/conf-apache2)


recipe "conf-apache2", "Installs apache2-mpm-prefork"

* [conf-php5](https://github.com/nxhack/chef/tree/master/cookbooks/conf-php5)


recipe "conf-php5", "Installs php5"

* [conf-WordPress](https://github.com/nxhack/chef/tree/master/cookbooks/conf-WordPress)


recipe "conf-WordPress", "Installs/Configure WordPress"

* [conf-WordPress-cli](https://github.com/nxhack/chef/tree/master/cookbooks/conf-WordPress-cli)


recipe "conf-WordPress-cli", "Installs/Configures WordPress CLI tools and Plugins"

* [conf-MediaWiki](https://github.com/nxhack/chef/tree/master/cookbooks/conf-MediaWiki)


recipe "conf-MediaWiki", "Installs/Configure MediaWiki"

* [conf-phpmyadmin](https://github.com/nxhack/chef/tree/master/cookbooks/conf-phpmyadmin)


recipe "conf-phpmyadmin", "Installs/Configure phpMyAdmin"

* [conf-cron-apt](https://github.com/nxhack/chef/tree/master/cookbooks/conf-cron-apt)


recipe "conf-cron-apt", "Configure cron-apt"

* [conf-bashrc](https://github.com/nxhack/chef/tree/master/cookbooks/conf-bashrc)


recipe "conf-bashrc", "Configure bashrc : Setup for ubuntu account."

* [conf-ssh-config](https://github.com/nxhack/chef/tree/master/cookbooks/conf-ssh-config)


recipe "conf-ssh-config", "Configure ssh config : Setup for ubuntu account."

* [conf-emacs-skk](https://github.com/nxhack/chef/tree/master/cookbooks/conf-emacs-skk)


recipe "conf-emacs-skk", "Configure emacs & skk : Setup for ubuntu account."

* [conf-screen](https://github.com/nxhack/chef/tree/master/cookbooks/conf-screen)


recipe "conf-screen", "Configure screen : Setup for ubuntu account."

* [conf-sysctl](https://github.com/nxhack/chef/tree/master/cookbooks/conf-sysctl)


recipe "conf-sysctl", "Configure sysctl"

* [conf-rc-local](https://github.com/nxhack/chef/tree/master/cookbooks/conf-rc-local)


recipe "conf-sysctl", "Configure rc.local"

* [conf-limits](https://github.com/nxhack/chef/tree/master/cookbooks/conf-limits)


recipe "conf-limits", "Install my limits"

* [conf-tcpwrapper](https://github.com/nxhack/chef/tree/master/cookbooks/conf-tcpwrapper)


recipe "conf-tcpwrapper", "Configure TCP Wrapper : Setup /etc/hosts.allow file."

* [conf-tmux](https://github.com/nxhack/chef/tree/master/cookbooks/conf-tmux)


recipe "conf-tmux", "Configure tmux : Setup for ubuntu account."

* [conf-lm-sensors](https://github.com/nxhack/chef/tree/master/cookbooks/conf-lm-sensors)


recipe "conf-lm-sensors", "Install/Configure lm-sensors"

* [ubuntu-ruby-ng](https://github.com/nxhack/chef/tree/master/cookbooks/ubuntu-ruby-ng)


recipe "ubuntu-ruby-ng", "Configure Next Generation Ubuntu Ruby Packages"

* [conf-memcache](https://github.com/nxhack/chef/tree/master/cookbooks/conf-memcache)


recipe "conf-memcache", "Installs/Configures memcache"

* [conf-php-apc](https://github.com/nxhack/chef/tree/master/cookbooks/conf-php-apc)


recipe "conf-php-apc", "Installs/Configures php APC"

* [conf-php-mcrypt](https://github.com/nxhack/chef/tree/master/cookbooks/conf-php-mcrypt)


recipe "conf-php-mcrypt", "Fix bad comment at mcrypt.ini"

* [conf-varnish](https://github.com/nxhack/chef/tree/master/cookbooks/conf-varnish)


recipe "conf-varnish", "Installs/Configures varnish and apache2"