Compare commits

1 Commits

Author SHA1 Message Date
4ec10f0f65 mit yamllint syntax verbessert 2025-12-16 10:47:32 +01:00
10 changed files with 10 additions and 5 deletions

0
.ansible/.lock Normal file
View File

View File

@@ -1,3 +1,4 @@
---
stages:
- lint
@@ -8,5 +9,3 @@ yamllint:
- pip install --no-cache-dir yamllint
script:
- yamllint .

View File

@@ -10,7 +10,7 @@
- name: Create app directory
file:
path: "{{ app_dir }}"
state: directory
state: directory
- name: Copy compose file
copy:

View File

@@ -1,6 +1,6 @@
---
- hosts: all
become: yes
become: true
roles:
- role: docker/snake
@@ -10,7 +10,7 @@
name:
- ca-certificates
- curl
update_cache: yes
update_cache: true
- name: Install Docker
shell: curl -fsSL https://get.docker.com | sh

View File

@@ -1,3 +1,4 @@
---
version: "3.8"
services:
snake:

View File

@@ -1,3 +1,4 @@
---
- name: Login to private registry
docker_login:
registry_url: dns.s-martika.com

View File

@@ -1,3 +1,4 @@
---
version: '3.8'
services:
prometheus:

View File

@@ -1,3 +1,4 @@
---
apiVersion: 1
providers:

View File

@@ -1,3 +1,4 @@
---
apiVersion: 1
datasources:

View File

@@ -1,3 +1,4 @@
---
global:
scrape_interval: 15s