mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Generic password var name
This commit is contained in:
@ -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#
|
||||||
|
Reference in New Issue
Block a user