Skip to content

Instantly share code, notes, and snippets.

@amarao
Created April 1, 2015 22:14
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 amarao/5ebe4d9c2fd04dfaf287 to your computer and use it in GitHub Desktop.
Save amarao/5ebe4d9c2fd04dfaf287 to your computer and use it in GitHub Desktop.
---
- name: test hostvars host1
hosts: LBL
tasks:
- shell: echo `hostname`
register: ls_out
- set_fact:
ls_down: '{{ ls_out.stdout }}'
- name: test hostvars
hosts: LM
tasks:
- debug: msg='Res is {{hostvars.LBL.ls_down}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment