Skip to content

Instantly share code, notes, and snippets.

View Gmatarrubia's full-sized avatar
🏠
Working from home

Gonzalo Matarrubia Gmatarrubia

🏠
Working from home
View GitHub Profile
@alces
alces / ansible_local_playbooks.md
Last active May 20, 2024 14:57
How to run an Ansible playbook locally
  • using Ansible command line:
ansible-playbook --connection=local 127.0.0.1 playbook.yml
  • using inventory:
127.0.0.1 ansible_connection=local