Update README.md with vault info
This commit is contained in:
@ -65,9 +65,11 @@ Ansible is used to provision both the primary GitLab instance and the GitLab run
|
|||||||
Run:
|
Run:
|
||||||
```bash
|
```bash
|
||||||
ansible-galaxy -r requirements.yml
|
ansible-galaxy -r requirements.yml
|
||||||
ansible-playbook main.yml
|
ansible-playbook main.yml --ask-vault-pass
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The vault password can be obtained from `pass ansible/infrastructure`.
|
||||||
|
|
||||||
## First time setup
|
## First time setup
|
||||||
SSH onto the GitLab instance and run:
|
SSH onto the GitLab instance and run:
|
||||||
```bash
|
```bash
|
||||||
@ -82,4 +84,4 @@ Then login to the web interface with the username `root` and the password from a
|
|||||||
## Resources
|
## Resources
|
||||||
- https://github.com/geerlingguy/ansible-role-gitlab
|
- https://github.com/geerlingguy/ansible-role-gitlab
|
||||||
- https://github.com/riemers/ansible-gitlab-runner
|
- https://github.com/riemers/ansible-gitlab-runner
|
||||||
- https://wyssmann.com/blog/2021/04/dynamic-inventory-with-ansible-and-hetzner-robot-and-hetzner-cloud/
|
- https://wyssmann.com/blog/2021/04/dynamic-inventory-with-ansible-and-hetzner-robot-and-hetzner-cloud/
|
||||||
|
Reference in New Issue
Block a user