Re: [ansible-project] Delegation of plays

2015-09-23 Thread Tony Yarusso
Sounds like we'll need to a) rework our inventory a bit, and b) wait for v2.0 for that to work, but could be an option. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an

[ansible-project] Delegation of plays

2015-09-15 Thread Tony Yarusso
So, for both security and other management reasons, we have several (currently 12) separate "environments", firewalled off from each other, each with their own Ansible server. That's fine for most things, but certain one-off tasks (eg. changing my password) are a pain, since I have to do it 12

[ansible-project] Registering returns to a dictionary attribute

2015-04-15 Thread Tony Yarusso
So, I have a dictionary variable containing information about all of my users, like this: user_dictionary: bjones: realname: Bob Jones uniqueid: 1007 status: active notes: Database consultant Part of my playbook changes users' UIDs to make sure they're consistent across all of