Key recommendations highlighted; 1. Roles 0:39 2. Use Playbooks to represent a solution 2:01 3. Inventories and Group variables 3:19 4. Ansible vault 5:59 5. Modules 7:30
@herdenq9 ай бұрын
Thanks for the info. Your presentation would be a lot easier for me to digest if you were to include screenshots to illustrate what you are talking about. Cheers
@MichaelCrilly9 ай бұрын
Good feedback. Thank you.
@deladonics2 ай бұрын
Dude. This is high value video. Every tip is has your built in hours of using this. I have an idea for the vault now in our k8s flow at work too. Excellent
@praecorloth2 жыл бұрын
Good stuff. I've made a dynamic inventory plugin that queries Nagios XI. One of the things I found INCREDIBLY helpful in this integration is that groups and vars in Ansible tie in quite nicely with hostgroups and host free variables in Nagios XI. So in XI, I can create a template with Ansible specific variables, pull the hosts, hostgroups, and variables out via the API, and then use all of it in Ansible roles and playbooks. It makes so much sense. You want to monitor all your shit, right? That's where Nagios comes in. Might as well use it as your management database.
@alain14883 ай бұрын
i would add molecule to the list and vscode dev containers this shorten dev times with 50%
@marcinzpola Жыл бұрын
Great video, thanks! Keep going :) Cheers
@MichaelCrilly Жыл бұрын
Thank you! Cheers!
@dataslid8 ай бұрын
finally here :)
@mohammedalzahrani10993 жыл бұрын
Ansible vault is awesome. For me I was creating separate inventory file for each environment then selecting inventory file when running playbook. Is this a bad practice? I was wondering what is the equivalent of Ansible for Windows Servers ? Thanks for this video.
@MichaelCrilly3 жыл бұрын
Yeah an inventory per environment makes sense. Each group in the inventory just matches a type of server. I’d say PowerShell DSC is the closest you can come to a Windows native “Ansible”.