Re: [ansible-devel] Re: I can access ansible_ssh_pass but not ansible_become_pass?

2018-11-28 Thread Brian Coca
it really has it's own section https://docs.ansible.com/ansible/latest/user_guide/playbooks_prompts.html -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails

Re: [ansible-devel] Re: I can access ansible_ssh_pass but not ansible_become_pass?

2018-11-26 Thread Lloyd Parkes
On Tuesday, 27 November 2018 11:35:59 UTC+13, Brian Coca wrote: > > or use vars_prompt to get those kind of passwords? > It comes in pints^Wprompts? I'm getting one. The code is still broken in that the re-injection filtering is too aggressive for its stated purpose. Also, the

Re: [ansible-devel] Re: I can access ansible_ssh_pass but not ansible_become_pass?

2018-11-23 Thread Brian Coca
I would actually remove ansible_pass/ansible_ssh_password to avoid accidental disclosures. Why do you need this information in the play? -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from

[ansible-devel] Re: I can access ansible_ssh_pass but not ansible_become_pass?

2018-11-21 Thread Lloyd Parkes
Found it. The problem is caused by commit https://github.com/ansible/ansible/commit/078ebb0dec17675dbb0aaf9d656d2c0042988d46 which strips far too many variables from the vars list being re-injected into the current context. As far as I can tell, only become_user needs to stripped from the