Added password salt
This commit is contained in:
parent
615959e141
commit
3e050c7542
2 changed files with 9 additions and 6 deletions
|
@ -10,7 +10,8 @@
|
|||
groups: adm,wheel
|
||||
state: present
|
||||
comment: "Oscar Pocock"
|
||||
password: "{{ noble_passwd|password_hash('sha512') }}"
|
||||
update_password: always
|
||||
password: "{{ noble_passwd|password_hash('sha512', user_password_salt) }}"
|
||||
shell: /bin/bash
|
||||
|
||||
- name: users | noble | create config directories
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
37343335643432363139336430333561373232633562613365626163383361623661366131646638
|
||||
3931656337623061303037633335303066336662613938660a343866333031313864346232396534
|
||||
31373765326137636633366331393238373865333262653565306561336433396137616630616336
|
||||
6436636534323763370a323962336337306262336363653039323564313139633834663431646562
|
||||
37346239306137353465396334646338343634363162663161396264313766333739
|
||||
31383133306530373931653035393532636462343430663266306435376634383366333366383633
|
||||
3064383131656639396363643564626662343863313266620a643133646236383633363463383030
|
||||
30313237393562363135613932343434646532626262623134393765653130333033396539626230
|
||||
6637353532623463640a376261366530613663633230383731373737326132663132666138643336
|
||||
63636662326362363365633266313262316633643338386536626430376661333333646462646466
|
||||
30346366376464363761613332306333366337663461613336346533373863363534343864326539
|
||||
613339356435653230643539383635643561
|
||||
|
|
Loading…
Reference in a new issue