Skip to content

Commit

Permalink
Fixed User Prompt for app deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
my2ndhead committed Mar 2, 2016
1 parent 68e863f commit f11358b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/common/templates/deploy_apps.yml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
- name: Deploy Apps
hosts: "*:!repository"
user: splunk

vars_prompt:
- name: "splunk_user"
prompt: "Splunk Admin User"
private: no
- name: "splunk_password"
prompt: "Splunk Password"
private: yes

roles:
{{ app_roles.stdout_lines | app_role_list | to_nice_yaml | indent(4, true) }}

0 comments on commit f11358b

Please sign in to comment.