Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Pepuho dba1493768
docs(tutorial): add ansible for devops tutorial (#88) 2024-03-25 09:23:05 +01:00
Sebastian Gumprich b2dbcf9fb3
add antsichaut tool (#90)
with antsichaut you can automate part of the release-process of a collection by automatically creating a changelog.yml file that gets the changes from pull requests
2024-03-25 09:20:56 +01:00
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ You can find the full list and how to connect in the official documentation [doc
- [Ansible Tutorial by BlueBanquise team](http://bluebanquise.com/documentation/releases/1.5.0/training_ansible.html) - Basic Ansible tutorial.
- [Ansible Tutorial for Beginners: Playbook & Examples](https://spacelift.io/blog/ansible-tutorial) - Introduction to Ansible for beginners.
- [Ansible Tutorials for Beginners and Advanced](https://ansible.puzzle.ch/) - Workshop on multiple topics with different levels of difficulty.
- [Ansible For DevOps](https://github.com/geerlingguy/ansible-for-devops) - This repository contains Ansible examples developed to support different sections of [Ansible for DevOps](https://www.ansiblefordevops.com), a book on Ansible by Jeff Geerling.
## Books
@ -113,6 +114,7 @@ You can find the full list and how to connect in the official documentation [doc
- [Steampunk Spotter](https://steampunk.si/spotter/) - Provides an Assisted Automation Writing tool that analyzes and offers recommendations for your Ansible Playbooks.
- [ansible-roster](https://gitlab.com/jlecomte/ansible/ansible-roster) - Ansible Roster inventory plugin to generate inventory from a host oriented yaml file. Supports ranges, regex hostnames, file inclusions, and variable merging.
- [Monkeyble](https://hewlettpackard.github.io/monkeyble/) - A callback plugin that allow to execute end-to-end tests on playbooks with a Pythonic testing and CI/CD approach to detect regressions.
- [antsichaut](https://github.com/ansible-community/antsichaut) - automate the filling of a changelog.yaml used by antsibull-changelog.
## Blog posts and opinions