1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Clarify roles/iiab-admin/tasks/admin-user.yml

This commit is contained in:
A Holt 2020-10-10 13:16:51 -04:00 committed by GitHub
parent fd4a8463f6
commit c1e1a98321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
- name: Create user {{ iiab_admin_user }} for Admin Console; set password from iiab_admin_pwd_hash if newly creating account - name: Create user {{ iiab_admin_user }} for Admin Console; set password from iiab_admin_pwd_hash if newly creating account
user: user:
name: "{{ iiab_admin_user }}" name: "{{ iiab_admin_user }}" # iiab-admin
password: "{{ iiab_admin_pwd_hash }}" password: "{{ iiab_admin_pwd_hash }}"
update_password: on_create update_password: on_create
shell: /bin/bash shell: /bin/bash