Compare commits
3 Commits
7897ebc5fd
...
flip_dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ec10f0f65 | |||
| 1112c9a340 | |||
| af3da06f8d |
0
.ansible/.lock
Normal file
0
.ansible/.lock
Normal file
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
stages:
|
||||
- lint
|
||||
|
||||
yamllint:
|
||||
stage: lint
|
||||
image: python:3.12-alpine
|
||||
before_script:
|
||||
- pip install --no-cache-dir yamllint
|
||||
script:
|
||||
- yamllint .
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
snake:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: Login to private registry
|
||||
docker_login:
|
||||
registry_url: dns.s-martika.com
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
version: '3.8'
|
||||
services:
|
||||
prometheus:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user