were you able to use Ansible to pull passwords automatically from CyberArk?
On Wednesday, 9 July 2014 14:31:44 UTC-5, Michael DeHaan wrote: > > "Can Ansible reference two inventories? " > > If both inventories are in the same directory, "-i directory_name" will > load them both. > > Any number of them can be executable or static (INI based) and group_vars/ > and host_vars/ variables in that directory will also be loaded for each. > > > > > On Tue, Jul 8, 2014 at 11:53 PM, Larry Fast <[email protected] > <javascript:>> wrote: > >> You can use "set_fact" to do this. >>> >> Thanks that worked out fine. >> >> It sounds like you should look into an external inventory script. >>> >> >> What I working with is CyberArk. It's primarily a secure password >> management system that does things like automatic rollover and hidden >> login. So I'm looking for ways to pull the passwords into my existing >> inventory. >> >> Can Ansible reference two inventories? Or is there a sample external >> inventory script that pulls in a 'normal' inventory and then allows me to >> add to it dynamically? I suppose I could build off your existing inventory >> import code. >> >> >> -- >> 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 >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ansible-project/efbdc502-8f7d-4117-bd7e-fb1e5831e2d9%40googlegroups.com >> >> <https://groups.google.com/d/msgid/ansible-project/efbdc502-8f7d-4117-bd7e-fb1e5831e2d9%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/113907a2-8307-444c-9060-3683e363764d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
