Initial Shield support + latest gems + single plugin dir + new port/host vars

This commit is contained in:
Dale McDiarmid 2016-07-22 23:44:27 +01:00
parent 6f968bd789
commit ab592724d8
28 changed files with 459 additions and 172 deletions

View file

@ -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 }}

View file

@ -0,0 +1 @@
{{ es_roles.file | to_nice_yaml }}

View file

@ -0,0 +1 @@
{{users_roles | join("\n") }}