mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 01:24:20 +01:00
Initial Shield support + latest gems + single plugin dir + new port/host vars
This commit is contained in:
@@ -20,6 +20,4 @@ path.data: {{ data_dirs | array_to_str }}
|
||||
|
||||
path.work: {{ work_dir }}
|
||||
|
||||
path.logs: {{ log_dir }}
|
||||
|
||||
path.plugins: {{ plugin_dir }}
|
||||
path.logs: {{ log_dir }}
|
||||
1
templates/shield/roles.yml.j2
Normal file
1
templates/shield/roles.yml.j2
Normal file
@@ -0,0 +1 @@
|
||||
{{ es_roles.file | to_nice_yaml }}
|
||||
1
templates/shield/users_roles.j2
Normal file
1
templates/shield/users_roles.j2
Normal file
@@ -0,0 +1 @@
|
||||
{{users_roles | join("\n") }}
|
||||
Reference in New Issue
Block a user