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

no-ip (4) Versions 0.1.1

Installs the No-IP agent on the node

Policyfile
Berkshelf
Knife
cookbook 'no-ip', '= 0.1.1', :supermarket
cookbook 'no-ip', '= 0.1.1'
knife supermarket install no-ip
knife supermarket download no-ip
README
Dependencies
Changelog
Quality 100%

Build Status

No-IP Cookbook

This cookbook installs the No-IP agent on a node, allowing you to access the node using a dynamic DNS name.

Supported Platforms

  • CentOS 7.2
  • Ubuntu 14.04

Attributes

  • interval - Integer - Number of seconds between updates
  • username - String - The username at noip.com

Encrypted data bags

  • [:credentials]['noip']['password'] - String - The password at noip.com

Usage

Include no-ip::default in your run list. You need to specify the username and password
for the noip.com account you want to use.

Create the password using Chef Vault:

$ knife vault create credentials noip '{"password":"my-secret-password"}' \
                                      -A "admin1,admin2" \
                                      -S "name:my-node-name"

This would set the password to my-secret-password, allowing admin1 and admin2 to see the password and make it available to the node with the name my-node-name. Adjust these values to your liking.

Dependent cookbooks

yum-epel >= 0.0.0
tarball >= 0.0.0
chef-vault >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Change Log

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.

[Unreleased]

Added

  • No-IP agent for dynamic DNS registration.
  • Automated testing and continuous integration.

Foodcritic Metric
            

0.1.1 passed this metric