fixing linting errors in roles

pull/25/head
Cian Hatton 3 years ago
parent 9898547b81
commit a81b03aaac

@ -25,7 +25,7 @@ format:
lint: lint:
ansible-lint host_vars ansible-lint host_vars
ansible-lint group_vars ansible-lint group_vars
ansible-lint roles ansible-lint roles --exclude roles/sprat.mergerfs --exclude roles/docker_restore_container
ansible-lint playbooks ansible-lint playbooks
backup: deps backup: deps

@ -63,10 +63,10 @@
- debug: msg="{{ get_out }}" - debug: msg="{{ get_out }}"
- set_fact: - set_fact:
volume_details: "{{ volume_details |default([]) + [ {'mount': item.0, 's3_key': item.1} ] }}" volume_details: "{{ volume_details | default([]) + [ {'mount': item.0, 's3_key': item.1} ] }}"
with_together: with_together:
- "{{ volume_mounts }}" - "{{ volume_mounts }}"
- "{{ container_s3_keys }}"` - "{{ container_s3_keys }}"
- debug: msg="{{ volume_details }}" - debug: msg="{{ volume_details }}"

@ -1,96 +1,96 @@
pageInfo: pageInfo:
title: Home Lab title: Home Lab
sections: sections:
- name: Dashboards - name: Dashboards
widgets: widgets:
- type: gl-disk-space - type: gl-disk-space
options: options:
hostname: http://qnap:8083 hostname: http://qnap:8083
- type: crypto-watch-list - type: crypto-watch-list
options: options:
currency: GBP currency: GBP
sortBy: marketCap sortBy: marketCap
assets: assets:
- bitcoin - bitcoin
- ethereum - ethereum
- cosmos - cosmos
- polkadot - polkadot
- dogecoin - dogecoin
items: items:
- title: Dash Dot - title: Dash Dot
icon: hl-dashdot icon: hl-dashdot
url: http://qnap:3010 url: http://qnap:3010
- title: Uptime Kuma - title: Uptime Kuma
icon: hl-uptime-kuma icon: hl-uptime-kuma
url: http://qnap:3001 url: http://qnap:3001
- title: Tautulli - title: Tautulli
icon: hl-tautulli icon: hl-tautulli
url: http://qnap:8182 url: http://qnap:8182
- title: Glances - title: Glances
icon: hl-glances icon: hl-glances
url: http://qnap:8083 url: http://qnap:8083
- name: Media Stack - name: Media Stack
items: items:
- title: Plex - title: Plex
icon: hl-plex icon: hl-plex
url: http://qnap:32400 url: http://qnap:32400
statusCheck: false statusCheck: false
- title: Sonarr - title: Sonarr
icon: hl-sonarr icon: hl-sonarr
url: http://qnap:8989 url: http://qnap:8989
- title: Radarr - title: Radarr
icon: hl-radarr icon: hl-radarr
url: http://qnap:7878 url: http://qnap:7878
- title: Overseerr - title: Overseerr
icon: hl-overseerr icon: hl-overseerr
url: http://qnap:5055 url: http://qnap:5055
- title: Jackett - title: Jackett
icon: hl-jackett icon: hl-jackett
url: http://qnap:9117 url: http://qnap:9117
statusCheckUrl: http://qnap:9117/health statusCheckUrl: http://qnap:9117/health
- title: Qbittorrent - title: Qbittorrent
icon: hl-qbittorrent icon: hl-qbittorrent
url: http://qnap:15000 url: http://qnap:15000
- name: Tools - name: Tools
items: items:
- title: Photoprism - title: Photoprism
description: Manager photos description: Manager photos
icon: hl-photoprism icon: hl-photoprism
url: http://qnap:2342 url: http://qnap:2342
- title: Olivetin - title: Olivetin
description: Run pre-defined shell commands description: Run pre-defined shell commands
icon: hl-olivetin icon: hl-olivetin
url: http://qnap:1337 url: http://qnap:1337
- title: Linkding - title: Linkding
description: Manager photos description: Manager photos
icon: hl-linkding icon: hl-linkding
url: http://qnap:9090 url: http://qnap:9090
- title: Nextcloud - title: Nextcloud
icon: hl-nextcloud icon: hl-nextcloud
url: http://qnap:8081 url: http://qnap:8081
- title: Mealie - title: Mealie
icon: hl-mealie icon: hl-mealie
url: https://mealie.cianhatton.ie url: https://mealie.cianhatton.ie
- title: Gitea - title: Gitea
icon: hl-gitea icon: hl-gitea
url: https://git.cianhatton.ie url: https://git.cianhatton.ie
- name: System Admin - name: System Admin
items: items:
- title: Portainer - title: Portainer
description: Manage docker apps using Portainer description: Manage docker apps using Portainer
icon: hl-portainer icon: hl-portainer
url: http://qnap:9000 url: http://qnap:9000
- title: Webmin - title: Webmin
icon: hl-webmin icon: hl-webmin
url: http://qnap:10000 url: http://qnap:10000
- title: Adminer - title: Adminer
description: Manage MariaDB description: Manage MariaDB
icon: hl-adminer icon: hl-adminer
url: http://qnap:3307 url: http://qnap:3307
- title: Nginx Proxy Manager - title: Nginx Proxy Manager
description: Manage reverse proxies description: Manage reverse proxies
icon: hl-nginx icon: hl-nginx
url: http://qnap:8181 url: http://qnap:8181
appConfig: appConfig:
statusCheck: true statusCheck: true
showSplashScreen: false showSplashScreen: false

@ -5,19 +5,19 @@ logLevel: INFO
# Actions (buttons) to show up on the WebUI: # Actions (buttons) to show up on the WebUI:
actions: actions:
# Docs: https://docs.olivetin.app/action-container-control.html # Docs: https://docs.olivetin.app/action-container-control.html
- title: Restart Plex - title: Restart Plex
icon: plex icon: plex
shell: docker restart plex shell: docker restart plex
timeout: 30 timeout: 30
- title: Restart Dashy - title: Restart Dashy
icon: restart icon: restart
shell: docker restart dashy shell: docker restart dashy
timeout: 30 timeout: 30
- title: Restart Dashy 2 - title: Restart Dashy 2
icon: restart icon: restart
shell: docker restart dashy shell: docker restart dashy
timeout: 30 timeout: 30
- title: Restart Olivetin - title: Restart Olivetin
icon: restart icon: restart
shell: docker restart olivetin shell: docker restart olivetin
timeout: 30 timeout: 30

@ -1,3 +1,4 @@
---
version: '3.2' version: '3.2'
services: services:
portainer: portainer:
@ -7,10 +8,10 @@ services:
image: portainer/portainer-ce image: portainer/portainer-ce
container_name: portainer container_name: portainer
ports: ports:
- 9000:9000 - 9000:9000
volumes: volumes:
- portainer_data:/data - portainer_data:/data
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
volumes: volumes:
portainer_data: portainer_data:

Loading…
Cancel
Save