Compare commits

1 Commits

Author SHA1 Message Date
a8542458a2 Merge pull request 'teste die pipeline' (#1) from flip_dev into main
Reviewed-on: #1
2025-12-16 08:01:37 +00:00
10 changed files with 5 additions and 10 deletions

View File

View File

@@ -1,4 +1,3 @@
---
stages:
- lint
@@ -9,3 +8,5 @@ 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: true
become: yes
roles:
- role: docker/snake
@@ -10,7 +10,7 @@
name:
- ca-certificates
- curl
update_cache: true
update_cache: yes
- name: Install Docker
shell: curl -fsSL https://get.docker.com | sh

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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