feat: HA ingress with keepalived and traefik

This commit is contained in:
Lino Silva
2026-03-30 21:53:19 +01:00
parent 97e7d65f42
commit 82a433fc26
5 changed files with 14 additions and 9 deletions
+3 -7
View File
@@ -10,11 +10,7 @@
- vim
- curl
- git
- software-properties-common
- apt-transport-https
- ca-certificates
- gnupg
state: present
- name: Ensure user is in docker group
ansible.builtin.user:
name: "{{ ansible_user }}"
groups: docker
append: yes