Skip to content

v1v/ansible-role-chef-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ansible Role - Chef Client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published