Skip to content

Instantly share code, notes, and snippets.

View andrejesusdasilva's full-sized avatar

andrejesusdasilva

  • MATERA Systems
  • Campinas
View GitHub Profile
@ryantuck
ryantuck / ansible-localhost.md
Last active April 3, 2024 15:21
super fast way to start testing ansible stuff locally without VMs

set up ansible to work on localhost

i've found this useful for debugging ansible modules and syntax without having to use VMs or test in dev environments.

install ansible

pip install ansible

make some relevant config files