Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mrc0der on github.
  • I am mrc0der (https://keybase.io/mrc0der) on keybase.
  • I have a public key ASCDHUfarGYkMUWutVC7EPvZHnRDQt3Y8UKfDr7CbHHgVAo

To claim this, I am signing this object:

@mrc0der
mrc0der / Ansible101.md
Last active April 6, 2021 21:46
Ansible 101 and some more

Ansible

Overview

Ansible is a tool which uses no agents, so it's easy to deploy - it uses a very simple language (YAML, in the form of Ansible Playbooks) that allow you to describe your automation jobs.

Ansible is able to execute commands or playbooks across multiple instances simultaneously