Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

alphard-chef-awscli (5) Versions 1.1.0

Installs/Configures alphard-chef-awscli

Policyfile
Berkshelf
Knife
cookbook 'alphard-chef-awscli', '= 1.1.0', :supermarket
cookbook 'alphard-chef-awscli', '= 1.1.0'
knife supermarket install alphard-chef-awscli
knife supermarket download alphard-chef-awscli
README
Dependencies
Changelog
Quality 86%

Cookbook Version
License
Build Status
Coverage Status

Cookbook 'alphard-chef-awscli'

The cookbook installs awscli command line tool (https://aws.amazon.com/fr/cli/).

Requirements

Platforms

  • Ubuntu 12.04 (not tested)
  • Ubuntu 14.04 (not tested)
  • Ubuntu 16.04 (not tested)
  • CentOS 6
  • CentOS 7
  • Fedora (not tested)
  • Debian 8

Chef

  • Chef 12.5 or later

Cookbooks

  • poise-python - alphard-chef-awscli needs poise python to install pip.

Attributes

  • default['alphard']['awscli']['user']= The user used to install awscli and create configuration file.
  • default['alphard']['awscli']['group'] = The group used to install awscli and create configuration file.
  • default['alphard']['awscli']['configuration_directory'] = The awscli configuration file installation path.
  • default['alphard']['awscli']['access_key'] = The AWS access key (Optional)
  • default['alphard']['awscli']['secret_key'] = The AWS secret key (Optional)
  • default['alphard']['awscli']['version'] = The awscli version.
  • default['alphard']['awscli']['configuration_file'] = The awscli configuration file path.

Usage

alphard-chef-awscli::default

{
  "name":"my_node",
  "run_list": [
    "recipe[alphard-chef-awscli]"
  ]
}

Once the recipe installed, you can use the resource awscli and pass arguments as you would pass arguments to the
aws tool in a bash session.

awscli 's3 ls s3://mybucket'

Contributing

  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

Copyright 2009-2017, Hydra Technologies, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Authors

alphard-chef-awscli CHANGELOG

This file is used to list changes made in each version of the alphard-chef-awscli cookbook.

1.0.1

  • [Frédéric Nowak] - Fix README.md, add TESTING.md and CONTRIBUTING.md for supermarket quality metrics.

1.0.0

  • [Frédéric Nowak] - Initial release of alphard-chef-awscli

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Collaborator Number Metric
            

1.1.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.1.0 passed this metric

Foodcritic Metric
            

1.1.0 passed this metric

License Metric
            

1.1.0 passed this metric

No Binaries Metric
            

1.1.0 passed this metric

Testing File Metric
            

1.1.0 passed this metric

Version Tag Metric
            

1.1.0 passed this metric