Skip to content

Instantly share code, notes, and snippets.

@Timoses
Created March 26, 2019 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Timoses/0db11b04fcb72b42a004e2b3bc8919a3 to your computer and use it in GitHub Desktop.
Save Timoses/0db11b04fcb72b42a004e2b3bc8919a3 to your computer and use it in GitHub Desktop.
- hosts: all
tasks:
- debug:
var: testvar # defined in a group_vars file
- import_playbook: imported.yml
vars:
hosts: myhosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment