You've already forked ansible-role-common
Root password update fixed
This commit is contained in:
@@ -35,4 +35,5 @@ win_packages:
|
|||||||
|
|
||||||
apply_win_updates: false
|
apply_win_updates: false
|
||||||
|
|
||||||
common_show_ipv6: false|bool
|
common_show_ipv6: false|bool
|
||||||
|
common_root_pwd: l3tm31nN0w
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
- name: Change root password
|
- name: Change root password
|
||||||
user:
|
user:
|
||||||
name: root
|
name: root
|
||||||
password: "{{ root_pwd }}"
|
password: "{{ common_root_pwd | password_hash('sha512') }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
tags: rootpw
|
tags: rootpw
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user