|
2 weeks ago | |
---|---|---|
config | 3 weeks ago | |
playbooks | 2 weeks ago | |
.gitignore | 2 months ago | |
README.md | 1 month ago | |
inventory.yaml | 2 months ago | |
playbook.yaml | 2 months ago | |
poetry.lock | 2 months ago | |
pyproject.toml | 2 months ago |
Run playbook:
ansible-playbook -i inventory.yaml playbooks/plane.yaml
Access penpot: https://penpot-it.mephi.ru
Register with personal login and password
Run playbook:
ansible-playbook -i inventory.yaml playbooks/plane.yaml
Access plane: https://plane-it.mephi.ru
Login: admin@mail.com
Password: 9dHMriANKL4AejEY
Run playbook:
ansible-playbook -i inventory.yaml playbooks/gitlab.yaml
Init runners:
ansible-playbook -i inventory.yaml playbooks/gitlab-runners.yaml
Access gitlab: https://gitlab-it.mephi.ru
Login: mdportnov@mephi.ru
Password: oQTh26jKia3ATPoZ
Runners with tags jvm
and node
are available. To launch a pipeline with a certain runner, you need to specify the appropriate tag in the stage:
build:
stage: build
tags:
- jvm
...