cookbook 'no-ip', '= 0.1.1'
no-ip (4) Versions 0.1.1 Follow1
Installs the No-IP agent on the node
cookbook 'no-ip', '= 0.1.1', :supermarket
knife supermarket install no-ip
knife supermarket download no-ip
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
0.1.1 passed this metric