mirror of
https://github.com/ansible-community/awesome-ansible.git
synced 2024-10-01 11:49:27 -04:00
Merge branch 'master' into feature/add-content
This commit is contained in:
commit
0d683e9cd5
@ -5,11 +5,13 @@ Your contributions are always welcome!
|
||||
## Guidelines
|
||||
|
||||
- Add one link per Pull Request.
|
||||
- Add the link: `- [project-name](http://example.com/) - A short and concise description that ends with a period.`
|
||||
- Add the link: `- [project-name](http://example.com/) - A short description that ends with a period.`
|
||||
- Keep descriptions concise.
|
||||
- End descriptions with a period `.`.
|
||||
- Add a section if needed.
|
||||
- Add the section description.
|
||||
- Add the section title to Table of Contents.
|
||||
- Search previous suggestions before making a new one, to avoid duplicate suggestions.
|
||||
- Add the section description.
|
||||
- Add the section title to Table of Contents.
|
||||
- Search previous suggestions/issues before making a new one, to avoid duplicate suggestions.
|
||||
- Check your spelling and grammar.
|
||||
- Remove any trailing whitespace.
|
||||
- Please send a reason why the suggested Resource is awesome, alongside your Pull Request
|
||||
- Send a Pull Request with the reason whe the suggested Resource is awesome.
|
||||
|
@ -26,6 +26,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat
|
||||
- [Latest Ansible Documentation](https://docs.ansible.com/ansible/latest/user_guide/index.html) - Latest user guide and documentation for Ansible
|
||||
- [Ansible Galaxy Website](https://galaxy.ansible.com/) - Official Repository and community site for Ansible Roles.
|
||||
- [Ansible Blog](https://www.ansible.com/blog) - Official Ansible Blog
|
||||
- [Ansible TopTechSkills.com Tutorial Series on Ansible](https://www.toptechskills.com/ansible-tutorials-courses/) - Tutorials on how to Install and use Ansible
|
||||
|
||||
## Tutorials
|
||||
|
||||
@ -43,8 +44,9 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat
|
||||
|
||||
## Videos
|
||||
|
||||
[Ansible YouTube Channel](https://www.youtube.com/channel/UCeImQ-jeVhzgLJd9wsqo8Sg/videos) - Official Ansible YouTube channel
|
||||
[Introduction to Ansible](https://www.youtube.com/watch?v=iVWmbStE1MM) - Introduction to Ansible
|
||||
- [Ansible YouTube Channel](https://www.youtube.com/channel/UCeImQ-jeVhzgLJd9wsqo8Sg/videos) - Official Ansible YouTube channel
|
||||
- [Introduction to Ansible](https://www.youtube.com/watch?v=iVWmbStE1MM) - Introduction to Ansible
|
||||
- [Ansible TopTechSkills.com Tutorial Series on Youtube](https://www.youtube.com/watch?v=yiooWsMERaY&index=1&list=PLMyOob-UkeytIleCbMlFfCzaunOh27hm6) Video Tutorials on Ansible
|
||||
|
||||
## Tools
|
||||
|
||||
@ -56,6 +58,7 @@ Ansible is an open source toolkit, written in Python, it is used for Configurat
|
||||
- [Ansible Lint](https://github.com/ansible/ansible-lint) - Checks Playbooks for best practices and behavior that could potentially be improved.
|
||||
- [Ansible cmdb](https://github.com/fboender/ansible-cmdb) - Takes the output of Ansible's fact gathering and converts it into a static HTML page.
|
||||
- [ARA, Ansible Run Analysis](https://github.com/ansible-community/ara) - ARA records Ansible Playbook runs and makes the recorded data available and intuitive for users and systems.
|
||||
- [Mitogen for Ansible](https://networkgenomics.com/ansible/) - Speed up Ansible substantially with Mitogen.
|
||||
- [Molecule](https://github.com/ansible/molecule) - Molecule aids in the development and testing of Ansible roles.
|
||||
- [Packer Ansible Provisioner](https://www.packer.io/docs/provisioners/ansible-local.html) - This Provisioner can be used to automate VM Image Creation via Packer with Ansible.
|
||||
- [Excel Ansible Inventory](https://github.com/KeyboardInterrupt/ansible_xlsx_inventory) - Turn any Excel Spreadsheet into an Ansible Inventory
|
||||
|
Loading…
Reference in New Issue
Block a user