From 99ff7b3251de7d22a5c2149d78053238964850ef Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 13 Dec 2021 01:00:29 +0000 Subject: [PATCH] Update README.md with vault info --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8d9aad..76379f5 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,11 @@ Ansible is used to provision both the primary GitLab instance and the GitLab run Run: ```bash 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 SSH onto the GitLab instance and run: ```bash @@ -82,4 +84,4 @@ Then login to the web interface with the username `root` and the password from a ## Resources - https://github.com/geerlingguy/ansible-role-gitlab - https://github.com/riemers/ansible-gitlab-runner -- https://wyssmann.com/blog/2021/04/dynamic-inventory-with-ansible-and-hetzner-robot-and-hetzner-cloud/ \ No newline at end of file +- https://wyssmann.com/blog/2021/04/dynamic-inventory-with-ansible-and-hetzner-robot-and-hetzner-cloud/