Loading .vscode/settings.json +2 −1 Original line number Diff line number Diff line { "ansible.python.interpreterPath": "./venv/bin/python", "ansible.ansibleLint.path": "./venv/bin/ansible-lint", "python-envs.pythonProjects": [] "python-envs.pythonProjects": [], "ansible.mcpServer.enabled": true } No newline at end of file docs/quick-start.md +22 −0 Original line number Diff line number Diff line Loading @@ -126,3 +126,25 @@ ansible-playbook playbooks/03-deploy-artefact-manager.yml !!! success If everything went fine, artefact manager API should be accessible directly in http://VM_IP:30080. ## Deploy Federation Manager To deploy the federation manager: ```bash ansible-playbook playbooks/04-deploy-federation-manager.yml ``` !!! success If everything went fine, federation manager API should be accessible directly in http://VM_IP:30989. ## Deploy a Second Federation Manager Federation Manager needs another federation manager for almost all the operations, so it makes sense to deploy a second federation manager: ```bash ansible-playbook playbooks/04-deploy-federation-manager.yml ``` !!! success If everything went fine, federation manager API should be accessible directly in http://VM_IP:30990. Loading
.vscode/settings.json +2 −1 Original line number Diff line number Diff line { "ansible.python.interpreterPath": "./venv/bin/python", "ansible.ansibleLint.path": "./venv/bin/ansible-lint", "python-envs.pythonProjects": [] "python-envs.pythonProjects": [], "ansible.mcpServer.enabled": true } No newline at end of file
docs/quick-start.md +22 −0 Original line number Diff line number Diff line Loading @@ -126,3 +126,25 @@ ansible-playbook playbooks/03-deploy-artefact-manager.yml !!! success If everything went fine, artefact manager API should be accessible directly in http://VM_IP:30080. ## Deploy Federation Manager To deploy the federation manager: ```bash ansible-playbook playbooks/04-deploy-federation-manager.yml ``` !!! success If everything went fine, federation manager API should be accessible directly in http://VM_IP:30989. ## Deploy a Second Federation Manager Federation Manager needs another federation manager for almost all the operations, so it makes sense to deploy a second federation manager: ```bash ansible-playbook playbooks/04-deploy-federation-manager.yml ``` !!! success If everything went fine, federation manager API should be accessible directly in http://VM_IP:30990.