Turn any #Excel Sheet into an #Ansible Inventory.
https://github.com/KeyboardInterrupt/ansible_xlsx_inventory
I Wrote a Dynamic Inventory Script/Module that turns an Excel Sheet into an Inventory for #Ansible
Use it wisely :D
@NinaEichinger
If you prefer a YouTube Tutorial Series, I can recommend Ansible 101 by GeerlingGuy, his Book Ansible for DevOps is also a good Resource.
https://www.youtube.com/watch?v=goclfp6a2IQ
There are also the official Ansible Labs by RedHat, https://ansible.github.io/workshops/exercises/ansible_rhel/
You can also check out: https://github.com/ansible-community/awesome-ansible
this Awesome list contains Tutorials and other Resources that might help get you started.
Turn any #Excel Sheet into an #Ansible Inventory.
https://github.com/KeyboardInterrupt/ansible_xlsx_inventory
I Wrote a Dynamic Inventory Script/Module that turns an Excel Sheet into an Inventory for #Ansible
Use it wisely :D
@[email protected] basically the same, amazing helper written in Python
Hi @ebel
How would you go about this?
Appart from the Inventory and the parsing of your Playbooks you could come up with a Play/Role that create Documentation based on Templates, Facts, variables and stuff, utilizing the setup module you could build a generic drop in System.
Oh, also this might be of use for you https://github.com/fboender/ansible-cmdb (did not test it myself though!)