Skip to content

Instantly share code, notes, and snippets.

@drybjed
Created July 7, 2014 06:33
Show Gist options
  • Save drybjed/8ffdbf7ad5e5c8313fb8 to your computer and use it in GitHub Desktop.
Save drybjed/8ffdbf7ad5e5c8313fb8 to your computer and use it in GitHub Desktop.
---
- hosts: all
vars:
account: 'user.name'
migration:
target:
"user.name":
password: 'somepass'
samaccount: 'someaccount'
tasks:
- debug: msg="This is {{ migration.target[account].samaccount }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment