homedash / kankun-manager

Bash and Ansible provisioning for Kankun Small K switches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kankun-manager

Bash and Ansible provisioning for Kankun Small K switches.

Features

  • Installs opkg package manager
  • Installs kankun-json
  • Installs broadcaster
  • Sets timezone
  • Sets up cron
  • Installs and sets up at

Getting Setup

These scripts use the default Kankun Small K password unless changed.

  1. Install Ansible on your local machine. (This can be done through a package manager too, if your system has one, such as Homebrew for Mac.)
  2. Checkout this repository: git clone git@github.com:homedash/kankun-manager.git --recursive
  3. Edit the hosts file to refer to the IP addresses of your Kankun Small K switches and their password.
  4. Edit the deploy.sh file to use the password for your switches.

Usage

  1. Run the deploy.sh script.
  2. ???
  3. Profit!

Visit the IP address of one of your switches in your web browser:

http://10.0.0.10/

This should show you information and controls for all your switches, as provided by kankun-json.

Contributing

If you'd like to contribute to the development of kankun-manager, please review the guidelines for contributing.

About

Bash and Ansible provisioning for Kankun Small K switches.

License:MIT License


Languages

Language:Shell 100.0%