Ansible
CEEMS components can be installed and configured using Ansible. The roles are published to Ansible Galaxy under the collection mahendrapaipuri/ansible. The collection can be installed using
ansible-galaxy collection install mahendrapaipuri.ansible
Once the collection is installed, the roles can be used in the playbooks using
mahendrapaipuri.ansible.ceems_<component>
. For instance, to install ceems_api_server
,
use the role mahendrapaipuri.ansible.ceems_api_server
.
The documentation of each role can be found in the following links: