Debian 9.6 has been released

The new point release of the Debian distribution has just been released. As a point release, it includes updates and adjustments on security issues and bugs. This release is not an entirely new version and any Debian 9 can be upgraded to include those patches.

The new release is already available on CloudBalkan.

Command line client for CloudBalkan API

We are to share with a nice little tool with a big potential. The CloudBalkan Command-Line Interface enables you to list and manage your servers, domains and storage drives through a simple set of commands. It provides a basic functionality for cloud automation tasks. We share it although it is still in very early development, because we see a huge interest in it. Also feel free to share your thoughts and recommendations.

You’ll find the tool in our public Github repository:

https://github.com/cloudbalkan/cb_cli

How to install Ansible on Ubuntu

Ansible is one of the most popular and well supported automation frameworks to date. It allows you to manage your servers and applications configuration with sets of tasks, arranged in so called playbooks, by simply defining the desired end state. Ansible playbooks are basically YAML files in which the user defines those tasks, the states and commands to be executed. An Ansible playbook is typically executed on multiple targets, from a single point by using just an SSH connection.

To start using Ansible you’ll need to install only on a single server that you’ll be using for the execution of playbooks. In this article we’ll go through the steps to install the latest version of Ansible on an Ubuntu server.

Installation

To install the latest version you will need to add an custom PPA repository.

sudo apt-get update 
sudo apt-get install software-properties-common 
sudo apt-add-repository ppa:ansible/ansible

Then you can simply run the apt update:

sudo apt-get update 
sudo apt-get install ansible

Once the installation is complete, you can start using the set of Ansible application:

ansible             ansible-connection  ansible-doc         ansible-inventory   ansible-pull        ansible-vault
ansible-config      ansible-console     ansible-galaxy      ansible-playbook    ansible-test

Cloud Networking week

This week we are focusing on networking. We want to share a bit more about cloud routers and how to start your virtualized network infrastructure on CloudBalkan. As our Cloud Routers service started with the Mikrotik Cloud Hosted Router, we’ll focus on the RouterOS as well. You can learn how to setup an Virtual Private Netowrk hub on the cloud or how to setup a powerful firewall in just a few minutes. Keep an eye on the blog and you’ll find a lot interesting articles on networking. Read More