Convert netdata into its own role

This commit is contained in:
Jake Howard 2020-04-23 21:32:18 +01:00
parent 975ba9a2ed
commit b11ca7fe21
Signed by: jake
GPG Key ID: 57AFB45680EDD477
4 changed files with 2 additions and 4 deletions

View File

@ -22,4 +22,5 @@
- "{{ user }}"
- docker-cleanup
- traefik
- netdata
- docker

View File

@ -19,9 +19,6 @@
- name: Install librespeed
include: librespeed.yml
- name: Install netdata
include: netdata.yml
- name: Install nextcloud
include: nextcloud.yml

View File

@ -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 }}"