dd
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 5s
ansible-lint / Ansible Lint (pull_request) Failing after 48s

This commit is contained in:
Michael Grote 2024-09-23 22:09:46 +02:00
parent 754a732c24
commit 5ba85f498e

View file

@ -16,13 +16,13 @@ promtail_version: "3.0.0" # TODO renovate
promtail_loki_server_url: "http://docker10.mgrote.net:3100" # TODO passt das für blocky? promtail_loki_server_url: "http://docker10.mgrote.net:3100" # TODO passt das für blocky?
promtail_user_additional_groups: root promtail_user_additional_groups: root
promtail_config_expand_env: true promtail_config_expand_env: true
promtail_extra_args: "-client.external-labels=hostname=$(HOSTNAME)"
promtail_config_scrape_configs: promtail_config_scrape_configs:
- job_name: system - job_name: system
static_configs: static_configs:
- targets: - targets:
- localhost - localhost
labels: labels:
host: ${HOSTNAME}
job: varlogs job: varlogs
__path__: /var/log/**/** __path__: /var/log/**/**
# TODO add docker # TODO add docker
@ -35,7 +35,6 @@ dotfiles:
home: /root home: /root
dotfiles_repo_url: https://git.mgrote.net/mg/dotfiles dotfiles_repo_url: https://git.mgrote.net/mg/dotfiles
dotfiles_vim_vundle_repo_url: "https://{{ ansible_forgejo_user | urlencode }}:{{ ansible_forgejo_user_pass | urlencode }}@git.mgrote.net/mirrors/Vundle.vim.git" dotfiles_vim_vundle_repo_url: "https://{{ ansible_forgejo_user | urlencode }}:{{ ansible_forgejo_user_pass | urlencode }}@git.mgrote.net/mirrors/Vundle.vim.git"
### mgrote_netplan ### mgrote_netplan
netplan_configure: true netplan_configure: true