add cadvisor by hand
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Torma Kristóf 2022-05-29 23:33:34 +02:00
parent 47a651147d
commit ae645735b5

View File

@ -6,7 +6,6 @@
name: name:
- docker.io - docker.io
- docker-compose - docker-compose
- cadvisor
- name: Disable userland proxy - name: Disable userland proxy
copy: copy:
@ -22,12 +21,6 @@
state: restarted state: restarted
enabled: yes enabled: yes
- name: Enable and restart cadvisor
service:
name: cadvisor
state: restarted
enabled: yes
- name: "Add service user to docker group" - name: "Add service user to docker group"
ansible.builtin.user: ansible.builtin.user:
name: service-user name: service-user