Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.57 KB

README.md

File metadata and controls

66 lines (46 loc) · 1.57 KB

Ansible Role: Chef-client Build Status Galaxy

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

Requirements

NA

Role Variables

# 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:

Dependencies

NA

Example Playbook

Including an example of how to use chef-client:

- hosts: chef_clients
  roles:
     - { role: v1v.chef-client, chef_client_version: latest }

License

GNUv3

Thanks

To the Chef community:

Callbacks plugins:

Feedback, bugs, requests

Are welcome!

Author Information

This role was created in 2014 by Victor Martinez.