Skip to content

Instantly share code, notes, and snippets.

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

Borja Refoyo Ruiz Squallium

🏠
Working from home
View GitHub Profile
@alces
alces / ansible_local_playbooks.md
Last active April 5, 2024 18:28
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