Convert netdata into its own role
This commit is contained in:
parent
975ba9a2ed
commit
b11ca7fe21
4 changed files with 2 additions and 4 deletions
|
@ -22,4 +22,5 @@
|
|||
- "{{ user }}"
|
||||
- docker-cleanup
|
||||
- traefik
|
||||
- netdata
|
||||
- docker
|
||||
|
|
|
@ -19,9 +19,6 @@
|
|||
- name: Install librespeed
|
||||
include: librespeed.yml
|
||||
|
||||
- name: Install netdata
|
||||
include: netdata.yml
|
||||
|
||||
- name: Install nextcloud
|
||||
include: nextcloud.yml
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
- name: Install netdata compose file
|
||||
template:
|
||||
src: files/netdata/docker-compose.yml
|
||||
src: files/docker-compose.yml
|
||||
dest: /opt/netdata/docker-compose.yml
|
||||
mode: "{{ docker_compose_file_mask }}"
|
||||
owner: "{{ docker_user.name }}"
|
Loading…
Reference in a new issue