Compare commits
12
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be3b09ef66
|
||
|
|
600912cc95
|
||
|
|
18852dbc2f
|
||
|
|
006f174778
|
||
|
|
43c7959d85
|
||
|
|
daca460fdd | ||
|
|
47b1067cb4 | ||
|
|
6615aeff55 | ||
|
|
46d14d6ac1 | ||
|
|
1d67e6a18f | ||
|
|
c1ca38a42a | ||
|
|
05b5c63fe5 |
+18
-16
@@ -2,24 +2,26 @@ all:
|
||||
children:
|
||||
debian:
|
||||
hosts:
|
||||
reverse-proxy.labolyon.dn42:
|
||||
git.labolyon.dn42:
|
||||
labolyon-fr.labolyon.dn42:
|
||||
matrix.labolyon.dn42:
|
||||
wiki.labolyon.dn42:
|
||||
blogs.labolyon.dn42:
|
||||
mail.labolyon.dn42:
|
||||
radius.labolyon.dn42:
|
||||
ansible.labolyon.dn42:
|
||||
blogs.labolyon.dn42:
|
||||
dn42-router.labolyon.dn42:
|
||||
lolix-rs1.labolyon.dn42:
|
||||
lolix-ixpman.labolyon.dn42:
|
||||
dns.labolyon.dn42:
|
||||
mosquitto.labolyon.dn42:
|
||||
monitoring.labolyon.dn42:
|
||||
git.labolyon.dn42:
|
||||
i2p.labolyon.dn42:
|
||||
labolyon-fr.labolyon.dn42:
|
||||
lolix-ixpman.labolyon.dn42:
|
||||
lolix-rs1.labolyon.dn42:
|
||||
lolmox.labolyon.dn42:
|
||||
lolmox2.labolyon.dn42:
|
||||
i2p.labolyon.dn42:
|
||||
# blackbox:
|
||||
# hosts:
|
||||
# monitoring:
|
||||
mail.labolyon.dn42:
|
||||
matrix.labolyon.dn42:
|
||||
monitoring.labolyon.dn42:
|
||||
mosquitto.labolyon.dn42:
|
||||
octoprint.labolyon.dn42:
|
||||
radius.labolyon.dn42:
|
||||
reverse-proxy.labolyon.dn42:
|
||||
wiki.labolyon.dn42:
|
||||
zigbee2mqtt.labolyon.dn42:
|
||||
monitoring:
|
||||
hosts:
|
||||
monitoring.labolyon.dn42:
|
||||
|
||||
@@ -12,21 +12,11 @@
|
||||
become: yes
|
||||
roles:
|
||||
- prometheus
|
||||
- blackbox-exporter
|
||||
vars:
|
||||
blackbox: false
|
||||
scrape_files:
|
||||
- /etc/prometheus/scrape-main.yml
|
||||
|
||||
#- name: Install and configure Prometheus node - Blackbox nodes
|
||||
# hosts: blackbox
|
||||
# become: yes
|
||||
# roles:
|
||||
# - prometheus
|
||||
# - blackbox-exporter
|
||||
# vars:
|
||||
# blackbox: true
|
||||
# scrape_files:
|
||||
# - /etc/prometheus/scrape-blackbox.yml
|
||||
- /etc/prometheus/scrape-blackbox.yml
|
||||
|
||||
- name: Install and configure nodes
|
||||
hosts: all
|
||||
|
||||
@@ -8,6 +8,11 @@ modules:
|
||||
preferred_ip_protocol: "ip4"
|
||||
ip_protocol_fallback: true
|
||||
{% endif %}
|
||||
http_2xx_selfsigned:
|
||||
prober: http
|
||||
http:
|
||||
tls_config:
|
||||
insecure_skip_verify: true
|
||||
http_post_2xx:
|
||||
prober: http
|
||||
{% if inventory_hostname == 'check.home.arpa' %}
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
# vars file for node-exporter role
|
||||
node_service: node-exporter
|
||||
|
||||
node_package:
|
||||
- prometheus-node-exporter
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
# vars file for node-exporter role
|
||||
node_service: prometheus-node-exporter
|
||||
|
||||
node_package:
|
||||
- golang-github-prometheus-node-exporter
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
# vars file for node-exporter role
|
||||
node_service: prometheus-node_exporter
|
||||
|
||||
node_package:
|
||||
- golang-github-prometheus-node_exporter
|
||||
@@ -20,6 +20,14 @@
|
||||
notify:
|
||||
- restart prometheus
|
||||
|
||||
- name: Add alertmanager configuration
|
||||
tags: alertmanager-configure
|
||||
ansible.builtin.template:
|
||||
src: alertmanager.yml.j2
|
||||
dest: '{{ alertmanager_config }}'
|
||||
notify:
|
||||
- restart alertmanager
|
||||
|
||||
- name: Create folder for rules definition
|
||||
ansible.builtin.file:
|
||||
path: /etc/prometheus/rules
|
||||
|
||||
@@ -0,0 +1,66 @@
|
||||
{{ ansible_managed | comment }}
|
||||
# See https://prometheus.io/docs/alerting/configuration/ for documentation.
|
||||
|
||||
global:
|
||||
# The smarthost and SMTP sender used for mail notifications.
|
||||
smtp_smarthost: 'mail.labolyon.fr:587'
|
||||
smtp_from: 'alerts@labolyon.fr'
|
||||
smtp_auth_username: 'alerts@labolyon.fr'
|
||||
smtp_auth_password: {{ lookup('community.general.passwordstore', 'monitoring/e-mail/alerts@labolyon.fr')}}
|
||||
|
||||
# The directory from which notification templates are read.
|
||||
templates:
|
||||
- '/etc/prometheus/alertmanager_templates/*.tmpl'
|
||||
|
||||
# The root route on which each incoming alert enters.
|
||||
route:
|
||||
# The labels by which incoming alerts are grouped together. For example,
|
||||
# multiple alerts coming in for cluster=A and alertname=LatencyHigh would
|
||||
# be batched into a single group.
|
||||
#
|
||||
# To aggregate by all possible labels use '...' as the sole label name.
|
||||
# This effectively disables aggregation entirely, passing through all
|
||||
# alerts as-is. This is unlikely to be what you want, unless you have
|
||||
# a very low alert volume or your upstream notification system performs
|
||||
# its own grouping. Example: group_by: [...]
|
||||
group_by: ['alertname', 'cluster', 'service']
|
||||
|
||||
# When a new group of alerts is created by an incoming alert, wait at
|
||||
# least 'group_wait' to send the initial notification.
|
||||
# This way ensures that you get multiple alerts for the same group that start
|
||||
# firing shortly after another are batched together on the first
|
||||
# notification.
|
||||
group_wait: 30s
|
||||
|
||||
# When the first notification was sent, wait 'group_interval' to send a batch
|
||||
# of new alerts that started firing for that group.
|
||||
group_interval: 5m
|
||||
|
||||
# If an alert has successfully been sent, wait 'repeat_interval' to
|
||||
# resend them.
|
||||
repeat_interval: 3h
|
||||
|
||||
# A default receiver
|
||||
receiver: all-admins-email
|
||||
|
||||
# All the above attributes are inherited by all child routes and can
|
||||
# overwritten on each.
|
||||
|
||||
# Inhibition rules allow to mute a set of alerts given that another alert is
|
||||
# firing.
|
||||
# We use this to mute any warning-level notifications if the same alert is
|
||||
# already critical.
|
||||
inhibit_rules:
|
||||
- source_matchers: [severity="critical"]
|
||||
target_matchers: [severity="warning"]
|
||||
# Apply inhibition if the alertname is the same.
|
||||
# CAUTION:
|
||||
# If all label names listed in `equal` are missing
|
||||
# from both the source and target alerts,
|
||||
# the inhibition rule will apply!
|
||||
equal: [alertname, cluster, service]
|
||||
|
||||
receivers:
|
||||
- name: 'all-admins-email'
|
||||
email_configs:
|
||||
- to: 'mirsal@mirsal.fr'
|
||||
@@ -20,52 +20,12 @@ rule_files:
|
||||
- "{{ alertmanager_rules }}/hosts.rules.yml"
|
||||
|
||||
# A scrape configuration containing exactly one endpoint to scrape:
|
||||
|
||||
#scrape_config_files:
|
||||
#{% for item in scrape_files %}
|
||||
# - "{{ item }}"
|
||||
#{% endfor %}
|
||||
scrape_config_files:
|
||||
{% for item in scrape_files %}
|
||||
- "{{ item }}"
|
||||
{% endfor %}
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "prometheus"
|
||||
static_configs:
|
||||
- targets: ["localhost:9090"]
|
||||
|
||||
{% if blackbox %}
|
||||
- job_name: "blackbox"
|
||||
metrics_path: /probe
|
||||
params:
|
||||
module: [http_2xx]
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets:
|
||||
- https://labolyon.fr
|
||||
- https://mail.labolyon.fr
|
||||
- https://wiki.labolyon.fr
|
||||
- https://git.labolyon.fr
|
||||
relabel_configs:
|
||||
- source_labels: [__address__]
|
||||
target_label: __param_target
|
||||
- source_labels: [__param_target]
|
||||
target_label: target
|
||||
- target_label: __address__
|
||||
replacement: 127.0.0.1:9115 # The blackbox exporter's real hostname:port.
|
||||
{% else %}
|
||||
- job_name: "linux-nodes"
|
||||
static_configs:
|
||||
- targets:
|
||||
- lolmox.labolyon.dn42:9100
|
||||
- lolmox2.labolyon.dn42:9100
|
||||
- blogs.labolyon.dn42:9100
|
||||
- dn42-router.labolyon.dn42:9100
|
||||
- git.labolyon.dn42:9100
|
||||
- labolyon-fr.labolyon.dn42:9100
|
||||
- lolix-rs1.labolyon.dn42:9100
|
||||
- mail.labolyon.dn42:9100
|
||||
- matrix.labolyon.dn42:9100
|
||||
- monitoring.labolyon.dn42:9100
|
||||
- mosquitto.labolyon.dn42:9100
|
||||
- radius.labolyon.dn42:9100
|
||||
- reverse-proxy.labolyon.dn42:9100
|
||||
- wiki.labolyon.dn42:9100
|
||||
{% endif %}
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
- job_name: "blackbox"
|
||||
# managed by ansible
|
||||
|
||||
scrape_configs:
|
||||
|
||||
- job_name: "blackbox-public-https"
|
||||
metrics_path: /probe
|
||||
params:
|
||||
module: [http_2xx]
|
||||
@@ -6,13 +10,33 @@
|
||||
static_configs:
|
||||
- targets:
|
||||
- https://labolyon.fr
|
||||
- https://mail.labolyon.fr
|
||||
- https://webmail.labolyon.fr
|
||||
- https://wiki.labolyon.fr
|
||||
- https://git.labolyon.fr
|
||||
- https://sso.labolyon.fr
|
||||
- https://chat.labolyon.fr
|
||||
- https://grafana.labolyon.fr
|
||||
relabel_configs:
|
||||
- source_labels: [__address__]
|
||||
target_label: __param_target
|
||||
- source_labels: [__param_target]
|
||||
target_label: target
|
||||
target_label: instance
|
||||
- target_label: __address__
|
||||
replacement: 127.0.0.1:9115 # The blackbox exporter's real hostname:port.
|
||||
|
||||
- job_name: "blackbox-internal-https"
|
||||
metrics_path: /probe
|
||||
params:
|
||||
module: [http_2xx_selfsigned]
|
||||
scrape_interval: 5s
|
||||
static_configs:
|
||||
- targets:
|
||||
- https://octoprint.labolyon.dn42/login/
|
||||
- https://stickers.labolyon.dn42
|
||||
relabel_configs:
|
||||
- source_labels: [__address__]
|
||||
target_label: __param_target
|
||||
- source_labels: [__param_target]
|
||||
target_label: instance
|
||||
- target_label: __address__
|
||||
replacement: 127.0.0.1:9115 # The blackbox exporter's real hostname:port.
|
||||
|
||||
@@ -1,13 +1,17 @@
|
||||
scrape_configs:
|
||||
- job_name: "linux-nodes"
|
||||
static_configs:
|
||||
- targets:
|
||||
- ansible.labolyon.dn42:9100
|
||||
- dn42-router.labolyon.dn42:9100
|
||||
- dns.labolyon.dn42:9100
|
||||
- git.labolyon.dn42:9100
|
||||
- i2p.labolyon.dn42:9100
|
||||
- labolyon-fr.labolyon.dn42:9100
|
||||
- lolix-ixpman.labolyon.dn42:9100
|
||||
- lolix-rs1.labolyon.dn42:9100
|
||||
- lolmox.labolyon.dn42:9100
|
||||
- lolmox2.labolyon.dn42:9100
|
||||
- blogs.labolyon.dn42:9100
|
||||
- dn42-router.labolyon.dn42:9100
|
||||
- git.labolyon.dn42:9100
|
||||
- labolyon-fr.labolyon.dn42:9100
|
||||
- lolix-rs1.labolyon.dn42:9100
|
||||
- mail.labolyon.dn42:9100
|
||||
- matrix.labolyon.dn42:9100
|
||||
- monitoring.labolyon.dn42:9100
|
||||
@@ -15,3 +19,4 @@
|
||||
- radius.labolyon.dn42:9100
|
||||
- reverse-proxy.labolyon.dn42:9100
|
||||
- wiki.labolyon.dn42:9100
|
||||
- zigbee2mqtt.labolyon.dn42:9100
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
# vars file for tools role
|
||||
common_packages:
|
||||
- htop
|
||||
- neofetch
|
||||
- curl
|
||||
- bash
|
||||
- figlet
|
||||
@@ -10,6 +9,5 @@ common_packages:
|
||||
- rsync
|
||||
- needrestart
|
||||
- lynis
|
||||
- apt-listbugs
|
||||
- dnsutils
|
||||
- libpam-radius-auth
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
|
||||
- name: Load variables
|
||||
include_vars: "{{ ansible_os_family|lower }}.yml"
|
||||
|
||||
@@ -50,6 +49,16 @@
|
||||
group: root
|
||||
mode: 0640
|
||||
|
||||
- name: Linux | Install sudoers file for sudo group
|
||||
ansible.builtin.template:
|
||||
src: sudo_sudoers
|
||||
dest: "/etc/sudoers.d/sudo"
|
||||
backup: yes
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0640
|
||||
validate: /usr/sbin/visudo -cf %s
|
||||
|
||||
- name: Linux | Define MOTD file
|
||||
ansible.builtin.shell:
|
||||
cmd: figlet -t {{ inventory_hostname_short | quote }} > /etc/motd
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# Enable passwordless sudo for sudo members
|
||||
%sudo ALL=(ALL) NOPASSWD: ALL
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
|
||||
## Define custom UIDs to avoid conflicts
|
||||
user_details:
|
||||
- { name: vinishor, uid: 2000 }
|
||||
- { name: mirsal, uid: 2001 }
|
||||
|
||||
Reference in New Issue
Block a user