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,7 +1,7 @@
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:
@ -29,7 +29,7 @@ sections:
- 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
@ -51,7 +51,7 @@ sections:
- 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
@ -74,7 +74,7 @@ sections:
- 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

@ -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:

Loading…
Cancel
Save