mit yamllint syntax verbessert

This commit is contained in:
2025-12-16 10:47:32 +01:00
parent 1112c9a340
commit 4ec10f0f65
10 changed files with 10 additions and 5 deletions

0
.ansible/.lock Normal file
View File

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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