mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
Generic password var name
This commit is contained in:
parent
399d0e1e6e
commit
d29a30d79d
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
- name: Prepare to set user password
|
- name: Prepare to set user password
|
||||||
set_fact:
|
set_fact:
|
||||||
user_name: "{{ ansible_user }}"
|
user_name: "{{ ansible_user }}"
|
||||||
user_password: "{{ linux_pass }}"
|
user_password: "{{ user_password }}"
|
||||||
user_salt: "s0mew1ck3dTpoT"
|
user_salt: "s0mew1ck3dTpoT"
|
||||||
|
|
||||||
- name: Changing password for user {{ user_name }} to {{ user_password }}
|
- name: Changing password for user {{ user_name }} to {{ user_password }}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
linux_pass: LiNuXuSeRPaSs#
|
user_password: LiNuXuSeRPaSs#
|
||||||
|
|
Loading…
Reference in a new issue