feat: HA ingress with keepalived and traefik
This commit is contained in:
@@ -9,3 +9,9 @@
|
||||
name: docker
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
- name: Add user to docker group
|
||||
ansible.builtin.user:
|
||||
name: "{{ ansible_user }}"
|
||||
groups: docker
|
||||
append: yes
|
||||
|
||||
Reference in New Issue
Block a user