Auto Merge of PR 73 - loggifly-adguard-add_2025-10-09T10-00-35
Renovate / renovate (push) Failing after 2m59s

Merged by Trez.One
This commit was merged in pull request #73.
This commit is contained in:
2025-10-09 19:27:45 -04:00
2 changed files with 0 additions and 9 deletions
@@ -2,10 +2,6 @@ ui = true
disable_clustering = true
log_level = "debug"
api_addr = "http://127.0.0.1:8200"
// storage "raft" {
// path = "/path/to/raft/data"
// node_id = "raft_node_id"
// }
storage "s3" {
endpoint = "minio:9000"
-5
View File
@@ -14,11 +14,6 @@
default_mode: "0644"
pre_tasks:
- name: Load host-specific vaulted variables if they exist
ansible.builtin.include_vars:
file: "host_vars/{{ inventory_hostname }}_vault.yml"
ignore_errors: true
- name: Get remote user's UID and GID
ansible.builtin.command: "id -u && id -g"
register: remote_user_info