Skip to content

Instantly share code, notes, and snippets.

@madonius
Last active April 2, 2020 19:55
Show Gist options
  • Save madonius/84106af19a859134ad22188657c4ccf2 to your computer and use it in GitHub Desktop.
Save madonius/84106af19a859134ad22188657c4ccf2 to your computer and use it in GitHub Desktop.
Madoniu's ansible test setup
- hosts: localhost
connection: local
gather_facts: no
vars:
banana: "banana"
tasks:
- debug:
msg: "{{ banana }}"
ansible-playbook -i 'localhost,' bla.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment