Tag: ansible

How to Install Ansible on Ubuntu Linux

How to Install Ansible on Ubuntu Linux. Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates. Ansible’s main goals are simplicity and ease-of-use. It also has a strong …

Getting started with Ansible

    Ansible is an open-source automation engine that automates cloud provisioning, configuration management, and application deployment. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates. Once installed on a control node, Ansible, which …

How to manage your workstation configuration with Ansible

  In the first article in this series, learn the basics of setting up configuration management for your laptops and desktops. Configuration management is a very important aspect of both server administration and DevOps. The “infrastructure as code” methodology makes it easy to deploy servers in …