Ansible
(Optional) Preparing a virtual environment for Ansible
If you donโt want to install dependencies for Ansible on a working machine, then you can use Pythonโs ability to create a virtual environment and work in it:
All further commands should be executed from the dekube_cluster_deploy directory (unpacked archive).
Preparing the environment for Ansible
For the offline-setup: in the root of the unpacked repository execute:
For the online-setup in the root of the repository execute:
Installing roles and dependencies for Ansible
For the offline-setup: in the root of the repository execute:
For the online-setup: in the root of the repository execute:
To watch a video tutorial that demonstrates the correct process for installing dependencies, you can view it: here.
Last updated