From cf4bfc971c1f562ce0c98f18a78c72cb94c18189 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Sat, 14 Mar 2026 13:49:16 -0400 Subject: [PATCH] Add node exporter --- CLAUDE.md | 2 ++ playbooks/install_node_exporter.yml | 2 +- playbooks/load_data.yml | 2 +- playbooks/tasks/patch_appwrite_compose.yml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index ea85b0c..e0349a1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -50,3 +50,5 @@ If context degrades or auto-compact fires unexpectedly: write current state to d ## Before Delivering Output Verify: exact numbers preserved, open questions marked OPEN, output matches what was requested (not assumed), no Ansible idempotency regressions introduced, summary written to disk for this session's work. + +All Ansible files (playbooks, task files, templates, vars) must end with a trailing newline. diff --git a/playbooks/install_node_exporter.yml b/playbooks/install_node_exporter.yml index 078707b..d7ec47e 100644 --- a/playbooks/install_node_exporter.yml +++ b/playbooks/install_node_exporter.yml @@ -40,4 +40,4 @@ permanent: true state: enabled immediate: true - tags: configure \ No newline at end of file + tags: configure diff --git a/playbooks/load_data.yml b/playbooks/load_data.yml index 0fd260c..0f1d3b4 100644 --- a/playbooks/load_data.yml +++ b/playbooks/load_data.yml @@ -43,4 +43,4 @@ return_content: true register: appwrite_api_result loop: '{{ interval_template_docs.documents }}' - delegate_to: localhost \ No newline at end of file + delegate_to: localhost diff --git a/playbooks/tasks/patch_appwrite_compose.yml b/playbooks/tasks/patch_appwrite_compose.yml index a7a0d54..0e83935 100644 --- a/playbooks/tasks/patch_appwrite_compose.yml +++ b/playbooks/tasks/patch_appwrite_compose.yml @@ -82,4 +82,4 @@ line: " - {{ appwrite_dir }}/tmp:/tmp:z" insertafter: "appwrite-builds:/storage/builds:rw" state: present - notify: Restart appwrite service \ No newline at end of file + notify: Restart appwrite service