2024-02-21 14:49:59 +00:00
|
|
|
.. only:: comment
|
|
|
|
|
|
2025-01-02 15:05:06 +00:00
|
|
|
© Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
|
2024-02-21 14:49:59 +00:00
|
|
|
|
|
|
|
|
``applications``
|
2024-02-21 18:19:16 +00:00
|
|
|
----------------
|
|
|
|
|
|
2024-02-23 08:55:32 +00:00
|
|
|
List of available applications that can be installed on a |NODE| can be found in :ref:`List of Applications <List of Applications>`
|
2024-02-21 18:19:16 +00:00
|
|
|
|
2024-02-23 08:55:32 +00:00
|
|
|
application in configuration
|
|
|
|
|
""""""""""""""""""""""""""""
|
2024-02-21 18:19:16 +00:00
|
|
|
|
2024-02-23 08:55:32 +00:00
|
|
|
Applications takes a list of applications as shown in the example below.
|
2024-02-21 18:19:16 +00:00
|
|
|
|
2024-02-23 08:55:32 +00:00
|
|
|
.. code-block:: yaml
|
2024-02-21 18:19:16 +00:00
|
|
|
|
2024-02-23 08:55:32 +00:00
|
|
|
- ref: client_1
|
|
|
|
|
hostname: client_1
|
|
|
|
|
type: computer
|
|
|
|
|
...
|
|
|
|
|
applications:
|
|
|
|
|
- ref: example_application
|
|
|
|
|
type: example_application_type
|
|
|
|
|
options:
|
|
|
|
|
# this section is different for each application
|