From e27ad621ec94b17f5dc5b88ba3fa081930a4fe7b Mon Sep 17 00:00:00 2001 From: Anastasios Lisgaras Date: Mon, 25 May 2020 16:15:20 +0300 Subject: [PATCH] Update README.md - GitLab mirror tests 1. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 503d030..ec58eee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ARGO via Ansible +# Modified from GitLab + + This repository contains a collection of Ansible roles and playbooks that aim at easing the deployment procedure of ARGO products. The goal for these roles and playbooks has been to be as generic as possible so that they are easily adaptable to different environments and e-Infrastructure requirements. Hence most of the variables used by default in these roles reside under the `roles/{role_name}/defaults/main.yml` files. The administrator of the ARGO product being deployed via these Ansible playbooks may use any of the following places in order to successfully overwrite the default values of the variables and adapt the ARGO product to the specific environment and requirements: -- GitLab