/chef-linux-base

Wrapper recipe for commonly used recipes

Primary LanguageRuby

Build Status

linux-base Cookbook

TODO: Enter the cookbook description here.

e.g. This cookbook makes your favorite breakfast sandwich.

Requirements

ntp zabbix ssh-keys chef-client set_hostname: https://github.com/three18ti/chef-cookbook-hostname/blob/master/recipes/default.rb

e.g.

packages

Attributes

e.g.

linux-base::default

Key Type Description Default
default['zabbix']['agent']['servers'] ArrayRef Zabbix Servers list [ 'zabbix' ]
default['zabbix']['agent']['servers_active'] ArrayRef Zabbix ServersActive list ['zabbix']
default['ntp']['peers'] ArrayRef NTP Peers ['192.168.15.35', '192.168.15.40', '192.168.15.2']
default[:ssh_keys_keep_existing] Boolean Keep old ssh keys false

Usage

linux-base::default

Just include linux-base in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[linux-base]"
  ]
}

Contributing

TODO: (optional) If this is a public cookbook, detail the process for contributing. If this is a private cookbook, remove this section.

e.g.

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: TODO: List authors