feat: add basic proxy role
This commit is contained in:
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
#SPDX-License-Identifier: GPL-3.0-only
|
||||
---
|
||||
- name: traefik_restart
|
||||
ansible.builtin.systemd:
|
||||
name: '{{ traefik_name }}.service'
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user