This cookbook is used to configure the system to be a Chef Client. For more information on how Chef itself works, see the Chef Wiki
NA
# Basic settings
chef_client_install_type: package
chef_client_installer_dir: '/tmp'
chef_client_version: latest
# List of package per OS (You shouldn´t change them!!)
chef_client_package:
platform:
platform_version:
arch:
installer_dest:
NA
Including an example of how to use chef-client:
- hosts: chef_clients
roles:
- { role: v1v.chef-client, chef_client_version: latest }
GNUv3
To the Chef community:
Callbacks plugins:
Are welcome!
This role was created in 2014 by Victor Martinez.