Removing comments. #73

Merged
gitea-sonarqube-bot merged 2 commits from loggifly-adguard-add_2025-10-09T10-00-35 into main 2025-10-09 19:27:47 -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