fixing linting errors in roles

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

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

@ -63,10 +63,10 @@
- debug: msg="{{ get_out }}"
- 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:
- "{{ volume_mounts }}"
- "{{ container_s3_keys }}"`
- "{{ container_s3_keys }}"
- debug: msg="{{ volume_details }}"

@ -1,7 +1,7 @@
pageInfo:
title: Home Lab
sections:
- name: Dashboards
- name: Dashboards
widgets:
- type: gl-disk-space
options:
@ -29,7 +29,7 @@ sections:
- title: Glances
icon: hl-glances
url: http://qnap:8083
- name: Media Stack
- name: Media Stack
items:
- title: Plex
icon: hl-plex
@ -51,7 +51,7 @@ sections:
- title: Qbittorrent
icon: hl-qbittorrent
url: http://qnap:15000
- name: Tools
- name: Tools
items:
- title: Photoprism
description: Manager photos
@ -74,7 +74,7 @@ sections:
- title: Gitea
icon: hl-gitea
url: https://git.cianhatton.ie
- name: System Admin
- name: System Admin
items:
- title: Portainer
description: Manage docker apps using Portainer

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

@ -1,3 +1,4 @@
---
version: '3.2'
services:
portainer:

Loading…
Cancel
Save