Ansible - Prompt

Card Puncher Data Processing

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







Share this page:
Follow us:
Task Runner