Auto Merge of PR 73 - loggifly-adguard-add_2025-10-09T10-00-35
Renovate / renovate (push) Failing after 2m59s
Renovate / renovate (push) Failing after 2m59s
Merged by Trez.One
This commit was merged in pull request #73.
This commit is contained in:
@@ -2,10 +2,6 @@ ui = true
|
|||||||
disable_clustering = true
|
disable_clustering = true
|
||||||
log_level = "debug"
|
log_level = "debug"
|
||||||
api_addr = "http://127.0.0.1:8200"
|
api_addr = "http://127.0.0.1:8200"
|
||||||
// storage "raft" {
|
|
||||||
// path = "/path/to/raft/data"
|
|
||||||
// node_id = "raft_node_id"
|
|
||||||
// }
|
|
||||||
|
|
||||||
storage "s3" {
|
storage "s3" {
|
||||||
endpoint = "minio:9000"
|
endpoint = "minio:9000"
|
||||||
|
|||||||
@@ -14,11 +14,6 @@
|
|||||||
default_mode: "0644"
|
default_mode: "0644"
|
||||||
|
|
||||||
pre_tasks:
|
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
|
- name: Get remote user's UID and GID
|
||||||
ansible.builtin.command: "id -u && id -g"
|
ansible.builtin.command: "id -u && id -g"
|
||||||
register: remote_user_info
|
register: remote_user_info
|
||||||
|
|||||||
Reference in New Issue
Block a user