Update root password in default group_vars
This commit is contained in:
parent
6a61f8f7bf
commit
5873ce7d0c
|
@ -15,9 +15,9 @@ local_domain: upstream.local
|
||||||
username_ipmi_host: pvc
|
username_ipmi_host: pvc
|
||||||
passwd_ipmi_host: ""
|
passwd_ipmi_host: ""
|
||||||
|
|
||||||
# Root user password (as /etc/shadow hash)
|
# Root user password
|
||||||
# > Use pwgen to generate and openssl passwd -1 -salt xyz <pw> to hash.
|
# > Use pwgen to generate
|
||||||
passwdhash_root: ""
|
root_password: ""
|
||||||
|
|
||||||
# Log rotation configuration
|
# Log rotation configuration
|
||||||
logrotate_keepcount: 7
|
logrotate_keepcount: 7
|
||||||
|
|
Loading…
Reference in New Issue