From eeb53241badb94a5a8de9fbe3169de092b7a0fd7 Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 24 Aug 2021 12:21:30 +0200 Subject: [PATCH] cleanup --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 31e1b3b..9938771 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Role Name -========= +ansible-role-gitlab-ee +====================== This role deploys a gitlab-ee instance and does the following: @@ -39,8 +39,6 @@ Example Playbook Additional Information ---------------------- -Due to the lack of any secret store, the `host_vars` are encrypted using ansible vault and the password of the ansible user. - How to test: ``` @@ -49,14 +47,6 @@ $ ansible-playbook -i inventories/tst/hosts plays/gitlab.yml --ask-vault-pass -- $ ansible-playbook -i inventories/prd/hosts plays/gitlab.yml --ask-vault-pass --check --diff ``` -How to see the `host_vars`: - -``` -$ ansible-vault edit inventories/lab/host_vars/mbzex30855.mbmain.migrosbank.ch.yml -$ ansible-vault edit inventories/tst/host_vars/mbztx30855.mbmain.migrosbank.ch.yml -$ ansible-vault edit inventories/prd/host_vars/mbzpx30855.mbmain.migrosbank.ch.yml -``` - Note: If you'd like to see any actual diff output during the test run, you need to remove or disable the `no_log` directive in the configure.yml task.