shenlan
d3651301f6
Expose Node.js version in Ubuntu role messaging
2025-09-24 13:33:06 +08:00
shenlan
317fee3b67
Merge pull request #84 from svc-design/codex/fix-postgresql-apt-repository-configuration
...
Configure PostgreSQL repo via common role
2025-09-23 23:05:08 +08:00
shenlan
9d41553c55
Configure PostgreSQL repo via common role
2025-09-23 23:02:30 +08:00
shenlan
addc7fb27b
Merge pull request #83 from svc-design/codex/fix-syntax-error-in-main.yml
...
Fix blackbox_exporter handler syntax
2025-09-23 11:31:29 +08:00
shenlan
5622fee2fb
Fix blackbox_exporter handler syntax
2025-09-23 11:30:55 +08:00
shenlan
cbf680156a
Merge pull request #82 from svc-design/codex/fix-undefined-variable-in-blackbox_exporter-task
...
Fix blackbox archive fact computation
2025-09-23 11:03:09 +08:00
shenlan
aca7ad96cf
Fix blackbox archive fact computation
2025-09-23 11:02:53 +08:00
shenlan
dd4e49303b
Merge pull request #81 from svc-design/codex/fix-invalid-task-attribute-in-playbook
...
Fix blackbox exporter role handlers
2025-09-23 10:42:04 +08:00
shenlan
b405206702
Fix blackbox exporter role handlers
2025-09-23 10:39:47 +08:00
shenlan
1be2db9bee
Merge pull request #80 from svc-design/codex/create-playbook-for-blackbox_exporter
...
feat: add blackbox exporter vhost role
2025-09-21 11:41:42 +08:00
shenlan
cb700ff962
Merge pull request #79 from svc-design/codex/template-variable-for-authorization-header
...
Refine otel collector configuration variables
2025-09-21 11:41:26 +08:00
shenlan
70a82d733b
chore: refine blackbox exporter tasks
2025-09-21 11:41:03 +08:00
shenlan
02ca9ea187
Refine otel collector configuration variables
2025-09-21 11:40:16 +08:00
Haitao Pan
dba6f60e7a
ansible(cfg): update defaults to modern baseline (yaml callback, cache, interpreter)
2025-09-20 22:41:27 +08:00
Haitao Pan
e1e98890c2
ansible(vhosts/common): add OpenResty meta, update common defaults, remove legacy install script
2025-09-20 22:23:37 +08:00
Haitao Pan
e8db48027b
playbooks: add deploy_postgre_vhosts & deploy_redis_vhosts
2025-09-20 14:01:07 +08:00
Haitao Pan
ea4aa2ea16
add scripts/rewrite-cover-history.sh
2025-09-20 07:16:20 +08:00
shenlan
f5e5ae0b22
Merge pull request #78 from svc-design/codex/template-sensitive-tokens-in-yaml-files
...
Template sensitive tokens for xcontrol server
2025-09-20 06:51:39 +08:00
shenlan
d30962b90a
Template sensitive tokens for xcontrol server
2025-09-20 06:50:09 +08:00
shenlan
31f0954489
Merge pull request #77 from svc-design/codex/add-deployment-configuration-for-xcontrol-server
...
Add XControl server playbook and role
2025-09-19 22:13:15 +08:00
shenlan
c213455f96
Add XControl server playbook and role
2025-09-19 22:12:48 +08:00
shenlan
d11df4cd85
Merge pull request #76 from svc-design/codex/update-postgres-playbooks-for-ubuntu-22.04+
...
Add PostgreSQL vhost role for Ubuntu 22.04+
2025-09-19 22:00:12 +08:00
shenlan
51cff23e25
Add PostgreSQL vhost role for Ubuntu 22.04+
2025-09-19 21:42:02 +08:00
shenlan
83546a20de
Merge pull request #75 from svc-design/codex/fix-undefined-variable-error-in-ansible
...
Add OpenResty vhost defaults
2025-09-19 20:59:35 +08:00
shenlan
bd64a9f97e
Add OpenResty vhost defaults
2025-09-19 20:59:05 +08:00
Haitao Pan
b0f6ebd3f3
OpenResty: remove meta/main.yml
2025-09-19 20:54:28 +08:00
shenlan
8237383d58
Merge pull request #74 from svc-design/codex/fix-ansible-template-error-for-openresty
...
Fix autoindex template logic
2025-09-19 20:50:25 +08:00
shenlan
98e6ed6ed5
Fix autoindex template logic
2025-09-19 20:49:51 +08:00
shenlan
3f2f359d73
Merge pull request #73 from svc-design/codex/update-openresty-configuration-files
...
Add static homepage OpenResty vhost
2025-09-19 20:41:04 +08:00
shenlan
7e9836f795
Add static homepage OpenResty vhost
2025-09-19 20:40:51 +08:00
Haitao Pan
eee662d328
refactor(common): split repo & packages tasks
2025-09-04 11:50:21 +08:00
shenlan
8bb069f7b8
Merge pull request #72 from svc-design/codex/fix-otel-collector-installation-error
...
fix: correct otelcol extraction directory
2025-09-04 10:33:11 +08:00
shenlan
26dcd76def
fix: correct otelcol extraction directory
2025-09-03 17:52:09 +08:00
Haitao Pan
3944061589
feat(otel-collector): parametrize version/arch & use internal mirror
2025-09-03 16:57:53 +08:00
Haitao Pan
06a3492a48
fix(node_exporter): correct systemd unit template
...
- remove invalid comment line causing 'Bad message'
- ensure valid [Unit]/[Service]/[Install] sections
2025-09-03 09:53:13 +08:00
Haitao Pan
462ec9592a
refactor(common): rewrite install_packages task
...
- normalize APT repo handling (HashiCorp/universe)
- clean up conflicting keyrings, unify signed-by path
- driven by defaults/main.yml flags (enable_install_packages, etc.)
2025-09-03 09:53:07 +08:00
Haitao Pan
68a8eaf1ad
playbooks: add inventory otel.svc.plus
2025-09-03 08:58:37 +08:00
Haitao Pan
9320acf1a0
update scripts/deepflow/pull_save_scp_image_multi_arch.sh
2025-09-03 08:58:37 +08:00
Haitao Pan
ff109b3085
refactor(deepflow): split image pull script into arm64/x86
...
- removed legacy `pull_save_scp_image.sh`
- added separate scripts for arm64 and x86
- updated `images.txt` and `deploy_deepflow_agent.sh`
- adjusted OpenResty config templates (`artifact.conf.j2`, `nginx.conf.j2`)
2025-09-03 08:58:37 +08:00
shenlan
497b7c9de0
Merge pull request #71 from svc-design/codex/create-ansible-playbook-for-github-protection-rules
...
Add branch protection rules and playbook
2025-08-30 11:01:16 +08:00
shenlan
b66477abd9
Organize branch protection playbook as GitHub role
2025-08-30 10:56:55 +08:00
shenlan
112e152469
Merge pull request #70 from svc-design/codex/add-openobserve-service-configuration
...
feat: add OpenObserve ansible role
2025-08-29 20:59:32 +08:00
shenlan
38969a99db
feat: add OpenObserve ansible role
2025-08-29 20:59:03 +08:00
shenlan
374acc6776
Merge pull request #67 from svc-design/codex/add-opentelemetry-collector-configuration
...
feat: add otel collector role
2025-08-29 20:58:44 +08:00
shenlan
c873404bcb
Merge pull request #69 from svc-design/codex/add-grafana-vhost-configuration-template
...
nginx: add grafana vhost template
2025-08-29 20:58:14 +08:00
shenlan
3f5a2a3bd0
nginx: add grafana vhost template
2025-08-29 20:57:58 +08:00
shenlan
9075932399
Merge pull request #68 from svc-design/codex/add-support-for-zinclabs_openobserve-plugin
...
feat(grafana): add openobserve plugin support
2025-08-29 20:55:03 +08:00
shenlan
ca6372e629
feat(grafana): add openobserve plugin support
2025-08-29 20:53:57 +08:00
shenlan
89cd9466fc
feat: add otel collector role
2025-08-29 20:52:09 +08:00
shenlan
174d35affc
Merge pull request #66 from svc-design/codex/update-node-exporter-service-configuration
...
feat: update node exporter service
2025-08-29 20:51:41 +08:00