Show Menu
Cheatography

Ansible Set Up Cheat Sheet (DRAFT) by

Setup a test Ansible Environment

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Install Ansible

Pre-Re­qusites [control machine]
- Linux OS
Python 2.6 or later
- Windows Subsystem for Linux

Ansible Commands

ansible myservers
-m ping
 

Ansible Versions

Control Node
AWX - Monitoring
'Free Version of Ansible Tower'

Writing Playbooks