Cleaning up more irrelevant files
This commit is contained in:
parent
69a86a255b
commit
a5ef9dac70
0
docker-host/roles/setup/templates/.gitkeep
Normal file
0
docker-host/roles/setup/templates/.gitkeep
Normal file
@ -1,26 +0,0 @@
|
|||||||
global:
|
|
||||||
scrape_interval: 15s
|
|
||||||
scrape_timeout: 10s
|
|
||||||
evaluation_interval: 15s
|
|
||||||
alerting:
|
|
||||||
alertmanagers:
|
|
||||||
- follow_redirects: true
|
|
||||||
enable_http2: true
|
|
||||||
scheme: http
|
|
||||||
timeout: 10s
|
|
||||||
api_version: v2
|
|
||||||
static_configs:
|
|
||||||
- targets: []
|
|
||||||
scrape_configs:
|
|
||||||
- job_name: prometheus-scraper
|
|
||||||
honor_timestamps: true
|
|
||||||
scrape_interval: 15s
|
|
||||||
scrape_timeout: 10s
|
|
||||||
metrics_path: /metrics
|
|
||||||
scheme: http
|
|
||||||
follow_redirects: true
|
|
||||||
enable_http2: true
|
|
||||||
static_configs:
|
|
||||||
- targets:
|
|
||||||
- localhost:9090
|
|
||||||
- "{{PRIVATE_IP}}":9100
|
|
@ -1,6 +0,0 @@
|
|||||||
server {
|
|
||||||
server_name {{SERVER_NAME}};
|
|
||||||
location / {
|
|
||||||
proxy_pass http://127.0.0.1:{{PORT}};
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"backend": {
|
|
||||||
"file": {
|
|
||||||
"path": "/vault/file"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"listener": {
|
|
||||||
"tcp": {
|
|
||||||
"address": "0.0.0.0:{{VAULT_PORT}}",
|
|
||||||
"tls_disable": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ui": true
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: leftcoastlab
|
- hosts: lab
|
||||||
tasks:
|
tasks:
|
||||||
- name: Normal Echo
|
- name: Normal Echo
|
||||||
command: echo Quick test of an echo
|
command: echo Quick test of an echo
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
# vars file for setup
|
# vars file for setup
|
||||||
DEBIAN_CODENAME: sid
|
UBUNTU_CODENAME: jammy
|
||||||
GITEA_PUB_PORT: 3000
|
GITEA_PUB_PORT: 3000
|
||||||
GITEA_SSH_PORT: 2222
|
GITEA_SSH_PORT: 2222
|
||||||
FILEBROWSER_PORT: 8080
|
FILEBROWSER_PORT: 8080
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
FILES_UID: 1004
|
|
||||||
FILES_GID: 1004
|
|
||||||
FILES_HOME: /home/files
|
|
||||||
PRIVATE_IP: 192.168.1.23
|
|
Loading…
Reference in New Issue
Block a user