Ansible 101 🌮

Ansible 101 is a class around how to install a simple assible cluster

Agenda

  • UTM
  • Ansible
  • Ubuntu

Main ansible Infrastrure

Ansible cluster will have a simpe command node and two HOSTS.

installing Ansible

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

Command

Ansible pre flight check

  1. internet?
  2. IP visivel
  3. SSH possible