refactor: remove unused neo4j_memory_logs source and update gitea domains
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
]
|
||||
},
|
||||
"angelia": {
|
||||
"url": "{{angelia_mcp_url}}",
|
||||
"url": "https://ouranos.helu.ca/mcp/",
|
||||
"headers": {
|
||||
"Authorization": "Bearer {{angelia_mcp_auth}}"
|
||||
"Authorization": "Bearer LmDTU1OoQm7nk8-T7NtGwwA5aut7LqcpVYpLxRKUS51klljJkFUbmu3KYnR8V6Ww"
|
||||
}
|
||||
},
|
||||
"argos": {
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
---
|
||||
- name: Deploy MCPO as a system service
|
||||
hosts: mcpo
|
||||
vars:
|
||||
ansible_common_remote_group: "{{mcpo_group}}"
|
||||
allow_world_readable_tmpfiles: true
|
||||
handlers:
|
||||
- name: restart mcpo
|
||||
become: true
|
||||
@@ -39,6 +42,7 @@
|
||||
mode: '750'
|
||||
|
||||
- name: Check if config.json exists
|
||||
become: true
|
||||
ansible.builtin.stat:
|
||||
path: "{{mcpo_directory}}/config.json"
|
||||
register: config_file
|
||||
|
||||
Reference in New Issue
Block a user