Ansible based Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
To deploy the Nodeum Package, follow these instructions with internet connection :
For doing this, you need to move the folder into the standard inventory location:
Passwords are required for internal usage, specially for databases.
These files need to be defined by yourself and shouldn't change after the first installation.
The passwords configuration is set in this file: ~/nodeum/inventory/group_vars/all/passwords-v1.yml
File Encryption is possible and highly recommended for production system, go into Customize your installation to learn more.
Various options can be defined and automated during deployment. To do this, go to the Customize your installation page to find out more.
This action can be done once the configuration of your system will be done.
The last command is required when the installation has to be done on multiple nodes.
This is also required to add each host's fingerprint to the known_hosts. For this you can execute a ssh
command to each nodes.
Execute the check_install
playbook:
If there is no encrypted password file used:
If there is an encrypted password file used:
or
If the user running the ansible-playbook
command is in the sudoers
file, Ansible may still prompt for a sudo password. To resolve this, using the -kK
parameters will ensure that both the SSH and sudo passwords are requested during playbook execution, as shown in this example:
Once the ansible-playbook is fully installed, and it ends up with this screen
It is important to notice that there is no failed result
Nodeum is now ready to use, you can access it through your browser at this URL: http://your nodeum ip address/
or via the DNS name.
At the end of the deployment, it is recommended to verify that all defined storage are configured in the data mover service.
To check, open the following file: /etc/nodeum/mover.toml.
If your configuration needs to change, open the file /etc/nodeum/mover.toml
and do the changes.
If you have several nodes running the mover service, you need to apply the change on all nodes.
Do not forget to save the file and restart the mover service