https://github.com/windos/random-ansible-resources
https://github.com/windos/random-ansible-resources
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/windos/random-ansible-resources
- Owner: Windos
- License: mit
- Created: 2024-04-09T23:35:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T23:40:31.000Z (about 2 years ago)
- Last Synced: 2025-02-28T20:42:57.149Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Ansible Resources
## Setting up Ansible
I run Ansible in a dedicated [Rocky Linux](https://rockylinux.org/) VM that auto starts with my laptop, [WSL](https://docs.microsoft.com/en-us/windows/wsl/) with your distribution of choice is also a valid choice.
+ [Installing](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
+ [Configuring](https://docs.ansible.com/ansible/latest/installation_guide/intro_configuration.html)
## Windows
+ [Setting up a Windows Host](https://docs.ansible.com/ansible/latest/os_guide/windows_setup.html)
+ [Using Ansible and Windows](https://docs.ansible.com/ansible/latest/os_guide/windows_usage.html)
+ [Windows Frequently Asked Questions](https://docs.ansible.com/ansible/latest/os_guide/windows_faq.html)
## Collections
+ [Ansible.Builtin](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/index.html)
+ [Ansible.Windows](https://docs.ansible.com/ansible/latest/collections/ansible/windows/index.html)
+ [Community.Windows](https://docs.ansible.com/ansible/latest/collections/community/windows/index.html)
+ [Chocolatey.Chocolatey](https://docs.ansible.com/ansible/latest/collections/chocolatey/chocolatey/index.html)
### Infrastructure Specific
+ [Amazon.Aws](https://docs.ansible.com/ansible/latest/collections/amazon/aws/index.html)
+ [Community.Aws](https://docs.ansible.com/ansible/latest/collections/community/aws/index.html)
+ [Azure.Azcollection](https://docs.ansible.com/ansible/latest/collections/azure/azcollection/index.html)
+ [Community.Azure](https://docs.ansible.com/ansible/latest/collections/community/azure/index.html)
+ [Community.Vmware](https://docs.ansible.com/ansible/latest/collections/community/vmware/index.html)
## VS Code Extensions
+ [Ansible](https://marketplace.visualstudio.com/items?itemName=redhat.ansible)
+ [indent-rainbow](https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow)
## Random
+ [Awesome Ansible List](https://github.com/ansible-community/awesome-ansible)
+ [Encrypting content with Ansible Vault](https://docs.ansible.com/ansible/latest/user_guide/vault.html)
+ [Windows Guides](https://docs.ansible.com/ansible/latest/user_guide/windows.html)
+ [Using a Custom WinRM Port with Ansible Causes 'SSLError'](https://blog.pauby.com/post/ansible-winrm-custom-port-causes-sslerror/)
+ [Group Policy Administrative Templates Catalog](https://admx.help/)
## Contact
+ [Bluesky](https://bsky.app/profile/toastit.dev)
+ [Mastodon](https://mastodon.nz/@windos)
+ [LinkedIn](https://www.linkedin.com/in/windos/)
+ [ToastIT.dev](https://toastit.dev/)