Add node exporter
This commit is contained in:
@@ -50,3 +50,5 @@ If context degrades or auto-compact fires unexpectedly: write current state to d
|
|||||||
## Before Delivering Output
|
## 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.
|
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.
|
||||||
|
|||||||
@@ -40,4 +40,4 @@
|
|||||||
permanent: true
|
permanent: true
|
||||||
state: enabled
|
state: enabled
|
||||||
immediate: true
|
immediate: true
|
||||||
tags: configure
|
tags: configure
|
||||||
|
|||||||
@@ -43,4 +43,4 @@
|
|||||||
return_content: true
|
return_content: true
|
||||||
register: appwrite_api_result
|
register: appwrite_api_result
|
||||||
loop: '{{ interval_template_docs.documents }}'
|
loop: '{{ interval_template_docs.documents }}'
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|||||||
@@ -82,4 +82,4 @@
|
|||||||
line: " - {{ appwrite_dir }}/tmp:/tmp:z"
|
line: " - {{ appwrite_dir }}/tmp:/tmp:z"
|
||||||
insertafter: "appwrite-builds:/storage/builds:rw"
|
insertafter: "appwrite-builds:/storage/builds:rw"
|
||||||
state: present
|
state: present
|
||||||
notify: Restart appwrite service
|
notify: Restart appwrite service
|
||||||
|
|||||||
Reference in New Issue
Block a user