update urubamba role (basic packages)

This commit is contained in:
2023-08-11 21:30:56 +02:00
parent 8d8f209d2f
commit 39c2b425bd
8 changed files with 77 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
ansible.builtin.user:
name: "{{ item.username }}"
password: "{{ item.password | password_hash('sha512') }}"
update_password: on_create
shell: /bin/bash
with_items: "{{ admin_users }}"