Thanks & Regards.......?
Rajesh Samineni
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/b0e9c6ad-efb9-41bd-84e1-a34bd28a22c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
| --- | |
| - hosts: "{{ host_group }}" | |
| connection: local | |
| gather_facts: no | |
| vars_prompt: | |
| - name: "operator_id" | |
| prompt: "Username" | |
| private: no | |
| when: operator_id is not defined | |
| - name: "operator_passwd" | |
| prompt: "Password" | |
| when: operator_passwd is not defined | |
| - name: "target_dc" | |
| prompt: "Target DC" | |
| when: target_dc is not defined | |
| private: no |