Commit a818922c authored by Levin Zimmermann's avatar Levin Zimmermann

playbook: Fix undefined 'fluentd_software_name'

parent 8ceb4a72
......@@ -5,9 +5,3 @@
- name: a play that runs entirely on the ansible host
hosts: 127.0.0.1
connection: local
vars_prompt:
- name: "fluentd_software_name"
prompt: "What is the name of your Fluentd Software relase?"
private: no
default: "Fluentd software release"
......@@ -22,6 +22,10 @@
- name: "user_password"
prompt: "What is the password for the user of your Wendelin instance?"
private: yes
- name: "fluentd_software_name"
prompt: "What is the name of your Fluentd Software relase?"
private: no
default: "Fluentd software release"
vars:
......
......@@ -15,6 +15,10 @@
prompt: "What is your tag name?\nYour tag name must consist of 2 part separated by .(dot). First part is the name of the sensor and must be the same as the reference of the Data Supply. The second part is the type of data (Data Product)."
private: no
default: "sensor_1.sample-environment-raw-data"
- name: "fluentd_software_name"
prompt: "What is the name of your Fluentd Software relase?"
private: no
default: "Fluentd software release"
vars:
fluentd_config: |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment