Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ygo74/devops-toolbox


https://github.com/ygo74/devops-toolbox

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# devops-toolbox

Goals :
* Ensure an operational environment to deploy codes on cloud providers.
* Configure and use popular tools : Ansible, Powershell

Supported Cloud providers :
* Azure

## Visual studio Code Tips :
* Mardown Preview : CTLRL+SHIFT+V
* Markdwon Quick Reference : https://en.support.wordpress.com/markdown-quick-reference/
* Github emoji : https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md
* Microsoft contributor advisory : https://docs.microsoft.com/contribute

## Visual Studio Code environment

## Git tips

### SubModules
Add submodule :
```bash
git submodule add https://github.com/ygo74/generator-ansible-project.git
```

### delete tags
git tag -d v0.0.12
git push origin :refs/tags/v0.0.12

## Build badges
https://shields.io/

## Github Release process
https://github.com/datawire/branch-release-sandbox/blob/master/README.md