diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5c3444..3afa28c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,17 @@
stages:
+ - validation
- sync
+dummy:
+ image: alpine:latest
+ stage: validation
+ script:
+ - echo dummy job
+ rules:
+ - if: "$CI_COMMIT_BRANCH"
+ when: always
+ - when: never
+
.git_push_mirror:
image: alpine:latest
diff --git a/README.md b/README.md
index 0124703..136c269 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,56 @@
-# execution environment Repository.
+
+
+
+
+# No Fuss Computing - Execution Environment
+
+
+
+
+
+
+
+  [](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/issues)
+
+
+
+  
+
+
+This project is hosted on [gitlab](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment) and has a read-only copy hosted on [Github](https://github.com/NofussComputing/git_configuration).
+
+----
+
+**Stable Branch**
+
+ 
+
+----
+
+**Development Branch**
+
+ 
+
+----
+
+
+
+
+links:
+
+- [Issues](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/issues)
+
+- [Merge Requests (Pull Requests)](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/merge_requests)
+
+
+
+## Contributing
+All contributions for this project must conducted from [Gitlab](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment).
+
+For further details on contributing please refer to the [contribution guide](CONTRIBUTING.md).
+
+
+## Other
+
+This repo is release under this [license](LICENSE)
-This repository was created by ansible!!
\ No newline at end of file