refactor: remove unused neo4j_memory_logs source and update gitea domains
This commit is contained in:
@@ -79,20 +79,6 @@ loki.source.syslog "neo4j_cypher_logs" {
|
|||||||
forward_to = [loki.write.default.receiver]
|
forward_to = [loki.write.default.receiver]
|
||||||
}
|
}
|
||||||
|
|
||||||
loki.source.syslog "neo4j_memory_logs" {
|
|
||||||
listener {
|
|
||||||
address = "127.0.0.1:{{neo4j_memory_syslog_port}}"
|
|
||||||
protocol = "tcp"
|
|
||||||
syslog_format = "{{ syslog_format }}"
|
|
||||||
labels = {
|
|
||||||
job = "neo4j-memory",
|
|
||||||
hostname = "{{inventory_hostname}}",
|
|
||||||
environment = "{{deployment_environment}}",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
forward_to = [loki.write.default.receiver]
|
|
||||||
}
|
|
||||||
|
|
||||||
loki.source.syslog "gitea_mcp_logs" {
|
loki.source.syslog "gitea_mcp_logs" {
|
||||||
listener {
|
listener {
|
||||||
address = "127.0.0.1:{{gitea_mcp_syslog_port}}"
|
address = "127.0.0.1:{{gitea_mcp_syslog_port}}"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ certbot_cert_name: ouranos.helu.ca
|
|||||||
prometheus_node_exporter_text_directory: /var/lib/prometheus/node-exporter
|
prometheus_node_exporter_text_directory: /var/lib/prometheus/node-exporter
|
||||||
certbot_certificates:
|
certbot_certificates:
|
||||||
- cert_name: wildcard.ouranos.helu.ca
|
- cert_name: wildcard.ouranos.helu.ca
|
||||||
domains: ["*.ouranos.helu.ca"]
|
domains: ["*.ouranos.helu.ca", "ouranos.helu.ca"]
|
||||||
|
|
||||||
# HAProxy Configuration
|
# HAProxy Configuration
|
||||||
haproxy_user: haproxy
|
haproxy_user: haproxy
|
||||||
|
|||||||
@@ -12,9 +12,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"angelia": {
|
"angelia": {
|
||||||
"url": "{{angelia_mcp_url}}",
|
"url": "https://ouranos.helu.ca/mcp/",
|
||||||
"headers": {
|
"headers": {
|
||||||
"Authorization": "Bearer {{angelia_mcp_auth}}"
|
"Authorization": "Bearer LmDTU1OoQm7nk8-T7NtGwwA5aut7LqcpVYpLxRKUS51klljJkFUbmu3KYnR8V6Ww"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"argos": {
|
"argos": {
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
- name: Deploy MCPO as a system service
|
- name: Deploy MCPO as a system service
|
||||||
hosts: mcpo
|
hosts: mcpo
|
||||||
|
vars:
|
||||||
|
ansible_common_remote_group: "{{mcpo_group}}"
|
||||||
|
allow_world_readable_tmpfiles: true
|
||||||
handlers:
|
handlers:
|
||||||
- name: restart mcpo
|
- name: restart mcpo
|
||||||
become: true
|
become: true
|
||||||
@@ -39,6 +42,7 @@
|
|||||||
mode: '750'
|
mode: '750'
|
||||||
|
|
||||||
- name: Check if config.json exists
|
- name: Check if config.json exists
|
||||||
|
become: true
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{mcpo_directory}}/config.json"
|
path: "{{mcpo_directory}}/config.json"
|
||||||
register: config_file
|
register: config_file
|
||||||
|
|||||||
Reference in New Issue
Block a user