This commit is contained in:
Michael Grote 2024-10-23 21:25:09 +02:00
parent 700d7f6492
commit 1638c87836

View file

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