Learning Paths

Ansible

Network Automation through Ansible!

Module 1

Articles

  1. Ansible – What Is It And How Does It Work?

    Ansible is a simple and versatile automation tool for all network-connected devices. Keep your configurations consistent and add new devices rapidly.

  2. Ansible: Installation and First Use

    TLDR;sudo apt install python3-pip sshpass sudo pip install ansible #PIP won't install packages on Ubuntu 24.04 so for that release you must use apt and be ok with the slightly…

  3. Ansible/Linux: Windows Remote Management

    There are a few different ways to handle Windows Remote Management (WinRM/Powershell)Configure Windows HostsAll of the configuration can be done via the "ConfigureRemotingForAnsible.ps1 script you can access from this page:…

  4. Ansible Tricks: Windows Hosts with MFA or Pre-Authentication

    In order to use your OTP to access Windows Hosts you have to use Kerberos. In addition, this allows the passwords to be manually entered by the admin prior to…