Update root password in default group_vars

This commit is contained in:
Joshua Boniface 2021-04-08 14:08:21 -04:00 committed by Joshua Boniface
parent 404751f695
commit 3e1d3a90b0
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ local_domain: upstream.local
username_ipmi_host: pvc
passwd_ipmi_host: ""
# Root user password (as /etc/shadow hash)
# > Use pwgen to generate and openssl passwd -1 -salt xyz <pw> to hash.
passwdhash_root: ""
# Root user password
# > Use pwgen to generate
root_password: ""
# Log rotation configuration
logrotate_keepcount: 7