Skip to content

Instantly share code, notes, and snippets.

@b0bu
Last active May 26, 2021 14:14
Show Gist options
  • Save b0bu/f4715558af81a1fe93e0912fe366a1fd to your computer and use it in GitHub Desktop.
Save b0bu/f4715558af81a1fe93e0912fe366a1fd to your computer and use it in GitHub Desktop.
runing ansible-playbook locally

Quick only the fly without having to change the playbook (you won't have groups though)

 ansible-playbook playbook.yml --connection=local --inventory 127.0.0.1, --tags whatever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment