Merge branch 'ansible-git-config' into 'development'
chore: Ansible Automated updates See merge request nofusscomputing/projects/ansible/execution_environment!1
This commit is contained in:
@ -1,6 +1,17 @@
|
|||||||
stages:
|
stages:
|
||||||
|
- validation
|
||||||
- sync
|
- sync
|
||||||
|
|
||||||
|
dummy:
|
||||||
|
image: alpine:latest
|
||||||
|
stage: validation
|
||||||
|
script:
|
||||||
|
- echo dummy job
|
||||||
|
rules:
|
||||||
|
- if: "$CI_COMMIT_BRANCH"
|
||||||
|
when: always
|
||||||
|
- when: never
|
||||||
|
|
||||||
|
|
||||||
.git_push_mirror:
|
.git_push_mirror:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
57
README.md
57
README.md
@ -1,3 +1,56 @@
|
|||||||
# execution environment Repository.
|
<div align="center" width="100%">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# No Fuss Computing - Execution Environment
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
  [](https://gitlab.com/nofusscomputing/projects/ansible/execution_environment/-/issues)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
  
|
||||||
|
<br>
|
||||||
|
|
||||||
|
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**
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
----
|
||||||
|
<br>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
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!!
|
|
Reference in New Issue
Block a user