Add traefik role
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-01-12 21:17:11 +01:00
parent fec3bcd01c
commit 07d6786167
4 changed files with 68 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
---
- name: reload systemd
ansible.builtin.systemd:
daemon_reload: yes
- name: restart traefik
ansible.builtin.systemd:
name: vault
state: restarted