mirror of
https://github.com/ansible-community/awesome-ansible.git
synced 2024-10-01 11:49:27 -04:00
commit
b884259f25
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# File Types
|
||||
*.vscode
|
@ -6,11 +6,11 @@ Your contributions are always welcome!
|
||||
|
||||
- Add one link per Pull Request.
|
||||
- Add the link: `- [project-name](http://example.com/) - A short description that ends with a period.`
|
||||
- Keep descriptions concise.
|
||||
- End descriptions 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.
|
||||
- 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.
|
||||
|
22
README.md
22
README.md
@ -8,14 +8,14 @@
|
||||
<!--lint enable double-link-->
|
||||
## Contents
|
||||
|
||||
- [Official resources](#official-resources)
|
||||
- [Community](#community)
|
||||
- [Tutorials](#tutorials)
|
||||
- [Books](#books)
|
||||
- [Videos](#videos)
|
||||
- [Tools](#tools)
|
||||
- [Blog posts and opinions](#blog-posts-and-opinions)
|
||||
- [Playbooks and Roles](#playbooks-and-roles)
|
||||
- [Official resources](#official-resources)
|
||||
- [Community](#community)
|
||||
- [Tutorials](#tutorials)
|
||||
- [Books](#books)
|
||||
- [Videos](#videos)
|
||||
- [Tools](#tools)
|
||||
- [Blog posts and opinions](#blog-posts-and-opinions)
|
||||
- [Playbooks and Roles](#playbooks-and-roles)
|
||||
|
||||
## Official resources
|
||||
|
||||
@ -83,10 +83,14 @@
|
||||
- [terraform.py](https://github.com/mantl/terraform.py) - Ansible dynamic inventory script for parsing Terraform state files.
|
||||
- [ansible-navigator](https://github.com/ansible/ansible-navigator) - A text-based user interface (TUI) for Ansible.
|
||||
- [squest](https://hewlettpackard.github.io/squest/) - Self-service portal for Ansible Tower job templates.
|
||||
- [ansible-bender](https://ansible-community.github.io/ansible-bender/build/html/index.html) - Tool which bends containers using Ansible playbooks and turns them into container images.
|
||||
- [ansible-runner](https://github.com/ansible/ansible-runner) - A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported.
|
||||
- [ansible-builder](https://ansible-builder.readthedocs.io/en/latest/) - Using Ansible content that depends on non-default dependencies can be tricky. Packages must be installed on each node, play nicely with other software installed on the host system, and be kept in sync.
|
||||
- [ansible-toolset](https://github.com/ansible-community/toolset) - Ansible Toolset combines all ansible development tools in a single container: ansible, ansible-lint and molecule.
|
||||
|
||||
## Blog posts and opinions
|
||||
|
||||
> Best practices and other ppinions on Ansible.
|
||||
> Best practices and other opinions on Ansible.
|
||||
|
||||
- [Ansible (Real Life) Good Practices](https://reinteractive.com/posts/167-ansible-real-life-good-practices) - Best practice guidelines.
|
||||
- [Testing Ansible Roles Against Windows with Test-Kitchen](https://hodgkins.io/testing-ansible-roles-windows-test-kitchen) - Using Test-Kitchen with Ansible to apply playbooks to Windows machines and test them with [Pester](https://github.com/pester/Pester/).
|
||||
|
Loading…
Reference in New Issue
Block a user