Skip to content

Commit 4f5d255

Browse files
authored
Remove unused ansible roles (#6628)
1 parent 944fef2 commit 4f5d255

File tree

8 files changed

+1
-191
lines changed

8 files changed

+1
-191
lines changed

doc/build_apps/js_app_bundle.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Note that this removes the sandboxing protections described above. If the conten
373373

374374
This behaviour is controlled in ``app.json``, with the ``"interpreter_reuse"`` property on each endpoint. The default behaviour, taken when the field is omitted, is to avoid any interpreter reuse, providing strict sandboxing safety. To reuse an interpreter, set ``"interpreter_reuse"`` to an object of the form ``{"key": "foo"}``, where ``foo`` is an arbitrary, app-defined string. Interpreters will be shared between endpoints where this string matches. For instance:
375375

376-
.. code-block:: json
376+
.. code-block:: yaml
377377
378378
{
379379
"endpoints": {

getting_started/setup_vm/roles/az_dcap/tasks/install.yml

-18
This file was deleted.

getting_started/setup_vm/roles/intel/tasks/sgx-group.yml

-20
This file was deleted.

getting_started/setup_vm/roles/intel/tasks/sgx-psw.yml

-39
This file was deleted.

getting_started/setup_vm/roles/intel/vars/common.yml

-23
This file was deleted.

getting_started/setup_vm/roles/openenclave/tasks/binary_install.yml

-7
This file was deleted.

getting_started/setup_vm/roles/openenclave/tasks/src_install.yml

-69
This file was deleted.

getting_started/setup_vm/roles/openenclave/vars/common.yml

-14
This file was deleted.

0 commit comments

Comments
 (0)