Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ygo74/devops-toolbox
https://github.com/ygo74/devops-toolbox
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ygo74/devops-toolbox
- Owner: ygo74
- Created: 2018-11-13T20:04:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T09:43:35.000Z (over 3 years ago)
- Last Synced: 2024-11-09T04:36:50.686Z (2 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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, PowershellSupported 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