Skip to content

Instantly share code, notes, and snippets.

View johndevman's full-sized avatar

John Svensson johndevman

View GitHub Profile
@alces
alces / ansible_local_playbooks.md
Last active July 6, 2024 09:49
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