This commit is contained in:
Michael Grote 2024-10-23 21:23:39 +02:00
parent 36c3514336
commit 2c4b98c1cc

View file

@ -44,13 +44,22 @@ users:
public_ssh_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJcBwOjanQV6sFWaTetqpl20SVe3aRzGjKbsp7hKkDCE
allow_sudo: true
allow_passwordless_sudo: true
- username: "{{ gitea_db_user }}"
- username: "{{ gitea_db_user }}" # wieder weg
password: "{{ gitea_db_password }}"
update_password: always
groups:
- ssh
- sudo
state: present
state: absent
allow_sudo: true
allow_passwordless_sudo: true
- username: postgres
password: postgres
update_password: always
groups:
- ssh
- sudo
state: absent
allow_sudo: true
allow_passwordless_sudo: true