dsfg
This commit is contained in:
parent
700d7f6492
commit
1638c87836
1 changed files with 1 additions and 10 deletions
|
@ -44,22 +44,13 @@ users:
|
||||||
public_ssh_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJcBwOjanQV6sFWaTetqpl20SVe3aRzGjKbsp7hKkDCE
|
public_ssh_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJcBwOjanQV6sFWaTetqpl20SVe3aRzGjKbsp7hKkDCE
|
||||||
allow_sudo: true
|
allow_sudo: true
|
||||||
allow_passwordless_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
|
- username: postgres
|
||||||
password: postgres
|
password: postgres
|
||||||
update_password: always
|
update_password: always
|
||||||
groups:
|
groups:
|
||||||
- ssh
|
- ssh
|
||||||
- sudo
|
- sudo
|
||||||
state: absent
|
state: present
|
||||||
allow_sudo: true
|
allow_sudo: true
|
||||||
allow_passwordless_sudo: true
|
allow_passwordless_sudo: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue