Skip to content

Instantly share code, notes, and snippets.

@fabianvf
Created March 14, 2018 20:11
Show Gist options
  • Save fabianvf/d8015ab30a7e6955547d44646973e52d to your computer and use it in GitHub Desktop.
Save fabianvf/d8015ab30a7e6955547d44646973e52d to your computer and use it in GitHub Desktop.
---
- hosts: localhost
connection: local
become: true
gather_facts: false
tasks:
- debug:
msg: "{{hostvars[groups.new_nodes.0]}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment