mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
cb70aecd1d
commit
62097968d7
1 changed files with 5 additions and 1 deletions
|
|
@ -128,5 +128,9 @@
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
state: restarted
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
when: ansible_os_family == "RedHat"
|
|
||||||
|
|
||||||
|
- name: change password
|
||||||
|
ansible.builtin.user:
|
||||||
|
name: "administrator"
|
||||||
|
state: present
|
||||||
|
password: "{{ lookup('ansible.builtin.env', 'ADMIN_PASSWORD') | password_hash('sha512') }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue