2022-11-12 21:21:23 +01:00
|
|
|
---
|
2024-02-18 15:12:44 +01:00
|
|
|
l3d_users__local_users:
|
|
|
|
- name: 'mxusr'
|
|
|
|
state: 'present'
|
|
|
|
admin: false
|
|
|
|
pubkeys: "{{ lookup('url', 'https://github.com/do1jlr.keys', split_lines=False) }}"
|
2024-02-12 22:41:14 +01:00
|
|
|
|
2023-11-25 02:35:52 +01:00
|
|
|
acme_domain_unwant_list: []
|
2022-11-12 21:21:23 +01:00
|
|
|
# - name: 'example.com'
|
|
|
|
|
|
|
|
nginx_sites:
|
2024-02-26 13:05:57 +01:00
|
|
|
- name: 'etebase.l3d.ch'
|
|
|
|
- name: 'grafana.l3d.ch'
|
|
|
|
- name: 'www.grafana.l3d.ch'
|
|
|
|
- name: 'i.l3d.ch'
|
|
|
|
- name: 'www.i.l3d.ch'
|
|
|
|
- name: 'node-exporter.services.l3d.space'
|
|
|
|
- name: 'nginx-exporter.services.l3d.space'
|
2022-11-12 21:21:23 +01:00
|
|
|
|
|
|
|
acme_notification_email: "{{ _acme_notification_email }}"
|
|
|
|
|
|
|
|
# firewall
|
|
|
|
fail2ban_destemail: "{{ _fail2ban_destemail }}"
|
|
|
|
firewall_allowed_tcp_ports:
|
|
|
|
- "22"
|
|
|
|
- "80"
|
|
|
|
- "443"
|
|
|
|
|
2022-11-17 01:44:17 +01:00
|
|
|
# do1jlr.etebase
|
2022-11-12 21:21:23 +01:00
|
|
|
etebase__allowed_hosts_allowed_host1: 'etebase.l3d.ch'
|
|
|
|
etebase__restart_webserver: true
|
|
|
|
etebase__systemd_setup: true
|
2022-11-17 01:44:17 +01:00
|
|
|
etebase__create_backup: true
|
2023-10-30 02:05:53 +01:00
|
|
|
|
|
|
|
# acmetool config
|
|
|
|
acme_reload_services:
|
|
|
|
- 'nginx'
|
2023-11-08 00:42:23 +01:00
|
|
|
|
|
|
|
# grafana.grafana-grafana
|
|
|
|
grafana_address: '127.0.0.1'
|
|
|
|
grafana_instance: 'grafana.l3d.ch'
|
2023-11-23 17:14:47 +01:00
|
|
|
grafana_users:
|
|
|
|
allow_sign_up: false
|
|
|
|
auto_assign_org_role: Viewer
|
|
|
|
default_theme: dark
|
2023-11-23 19:22:48 +01:00
|
|
|
|
|
|
|
grafana_dashboards:
|
|
|
|
- dashboard_id: '1860'
|
|
|
|
revision_id: '33'
|
|
|
|
datasource: '{{ grafana_datasources.0.name }}'
|
2023-11-25 02:35:52 +01:00
|
|
|
- dashboard_id: '12708'
|
|
|
|
revision_id: '1'
|
|
|
|
datasource: '{{ grafana_datasources.0.name }}'
|
2023-11-25 02:11:38 +01:00
|
|
|
|
2024-01-12 15:09:56 +01:00
|
|
|
# l3d.homebox
|
|
|
|
homebox__env_options_allow_registration: false
|
|
|
|
homebox__env_web_host: '127.0.0.1'
|
|
|
|
|
2023-11-25 02:11:38 +01:00
|
|
|
# l3d.nginx_exporter
|
|
|
|
nginx_exporter_listen_address: '127.0.0.1:9113'
|
2023-11-25 04:32:26 +01:00
|
|
|
nginx_exporter_scrape_uri: 'https://node-exporter.services.l3d.space/nginx_status'
|