...
|
...
|
@@ -16,7 +16,7 @@ |
|
|
processor_count: "{{ cpu_count_ret.stdout }}"
|
|
|
vars_prompt:
|
|
|
- name: "confirmation"
|
|
|
prompt: "Sync and reload java nginx. Please Enter YES to continue."
|
|
|
prompt: "Sync and reload java nginx. Please Enter [YES] to continue"
|
|
|
private: no
|
|
|
- name: "upstream_az"
|
|
|
prompt: "Choose which az's upstream: [local|az1|aws] "
|
...
|
...
|
|