Difference between revisions of "Ansible"
Line 18: | Line 18: | ||
#[[Installing Kubernetes with Ansible on AWS]] | #[[Installing Kubernetes with Ansible on AWS]] | ||
#[https://kubernetes.io/blog/2019/03/15/kubernetes-setup-using-ansible-and-vagrant/ Kubernetes setup using Ansible and Vagrant] | #[https://kubernetes.io/blog/2019/03/15/kubernetes-setup-using-ansible-and-vagrant/ Kubernetes setup using Ansible and Vagrant] | ||
#[[Video/Kubernetes Cluster Installation using Ansible]] | |||
==Ansible Tutorials== | ==Ansible Tutorials== |
Revision as of 01:39, 17 August 2021
Ansible is an automation tool for IT professionals for managing software in a network environment, particularly designed to apply repetitive changes to a large number of machines. It can be used in conjunction with Terraform.
Installation for Ubuntu
This is the community documentation landing page for Ansible. If you must ask, the answer is Yes, Ansible has a Windows implementation: Ansible for Windows.
Ubuntu Installation
The original documentation on Ansible's Ubuntu installation can be found here: The actual installation commands are:
sudo apt update sudo apt install software-properties-common sudo add-apt-repository --yes --update ppa:ansible/ansible sudo apt install ansible
Installing Kubernetes with Ansible
Ansible is ideal for automating the process of installing Kubernetes software, partially because Kubernetes is a technology for managing replicated computing services in a network cluster. There are many resources that explains how to use Ansible for installing Kubernetes, we provide links to the following tutorials to get started:
- Create Kubernetes Cluster Using Ansible Playbook Automation
- Installing Kubernetes with Ansible on AWS
- Kubernetes setup using Ansible and Vagrant
- Video/Kubernetes Cluster Installation using Ansible
Ansible Tutorials
LaCroix, Jay (Jul 31, 2020). Getting started with Ansible Series. local page: Learn Linux TV.
Valaxy Technologies
{{#ev:youtube |1VhPVu5EK5o }}
References