Ansible

Articles related to Ansible, the leading open source automation platform.

Ansible Tricks: Windows Hosts with MFA or Pre-Authentication

In order to use your OTP to access Windows Hosts

Ansible/Linux: Windows Remote Management

There are a few different ways to handle Windows Remote

Linux: Managing sudo

Administrative accounts should rarely be used for interactive logins. This is a fundamental principal of securing your environments. With Linux, there is a tool called sudo that helps manage this.

Linux: Signing in with SSH Keys

Creating SSH Keys is a simple process with a slight knowledge of the commands required.

Ansible: Installation and First Use

TLDR; sudo apt install python3-pip sshpass sudo pip install ansible

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.