Table of Contents

Ansible - Prompt

About

Ansible prompt prompt a user for a value if the value is not set inline with the –extra-vars parameter of the ansible-playbook command

Example

- vars_prompt:
    - name: username
      prompt: "What is your password?"
      private: yes // hide sensitive info