Initial Shield support + latest gems + single plugin dir + new port/host vars
This commit is contained in:
parent
6f968bd789
commit
ab592724d8
28 changed files with 459 additions and 172 deletions
|
|
@ -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") }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue