Installation, update, and removal of KUMA components is performed from the folder containing the unpacked installer by using the Ansible® tool and the user-created inventory file containing a list of the hosts of KUMA components and other parameters. In the case of a demonstration installation, the host will be the same for all components. The inventory file is in the YAML format.
Before installing KUMA version certified by the state authorities of Russian Federation, the files from both Distribution kit disks must be unpacked into a kuma-ansible-installer
folder.
To create an inventory file for a demonstration installation:
cd kuma-ansible-installer
cp single.inventory.yml.template single.inventory.yml
deploy_example_services: true
Demonstration services can only be created during the initial installation of KUMA. When updating the system using the same inventory file, no demonstration services will be created.
ansible_connection: ssh
kuma.example.com
lines in the inventory file with the host of the target machine on which you want to install KUMA components. The inventory file is created. You can install KUMA for demonstration purposes using it.
It is recommended that you not remove the inventory file after installing KUMA: