mirror of
https://gitea.0xace.cc/ansible-galaxy/wireguard-ui.git
synced 2025-06-28 18:53:08 +00:00
force login and password change
This commit is contained in:
@ -28,6 +28,14 @@
|
||||
register: wireguard_ui_container
|
||||
notify: Restart WireGuard UI with podman
|
||||
|
||||
- name: Force login and password change
|
||||
template:
|
||||
dest: "{{ wireguard_ui_config_dir }}/server/users.json"
|
||||
src: users.json.j2
|
||||
register: wireguard_ui_auth
|
||||
notify: Restart WireGuard UI with podman
|
||||
when: wireguard_ui_auth.changed
|
||||
|
||||
- name: Generate container systemd unit
|
||||
shell: "podman generate systemd {{ wireguard_ui_container_name }}"
|
||||
register: wireguard_ui_systemd_unit
|
||||
|
Reference in New Issue
Block a user