summaryrefslogtreecommitdiff
path: root/test/integration/targets/builtin_vars_prompt/vars_prompt-5.yml
blob: 62c8ad8efa71cc5693c21e1dce3b363e2849e41b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- name: Test vars_prompt hashing
  hosts: testhost
  become: no
  gather_facts: no

  vars_prompt:
    - name: password
      confirm: yes
      encrypt: sha512_crypt
      salt: 'jESIyad4F08hP3Ta'

  tasks:
    - debug:
        var: password