This commit is contained in:
Bart Sjerps
2026-07-10 16:51:34 +02:00
parent 6bc129ca70
commit 4448674b28
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
- name: Root password
ansible.builtin.user:
name: root
password: "{{ root_password_hash }}"