Video: Software Packages [Windows Automation with Red Hat Ansible Tower]

Why try to manage your Windows and Linux software packages via completely different systems… when you can just use Red Hat Ansible Tower instead?   For more info, check out: https://levelupla.io/red-hat/ SUBSCRIBE to get more info on all things infrastructure automation! https://www.youtube.com/channel/UCyugQc9Z-lgB0yeBTNfF8gw?sub_confirmation=1 Follow us on Twitter! https://twitter.com/leveluptechhq

Video: Ansible Best Practices

“Ansible 101 Best Practices”, part of the Ansible Workshop Series, presented by Level Up. In the real world… we have to be able to do things like protect passwords, test dry runs of our changes prior to rolling them out widely, and maintain consistent team coding standards. This video includes live demos showing how you

Ansible 101 Workshop for Mid-Market Companies, Presented by Level Up, March 2nd, 10am – 3pm PST

REGISTER Ansible 101 Workshop for Mid-Market Companies, Presented by Level Up, March 2nd, 10am – 3pm PST Learn how to automate your infrastructure with Ansible and Red Hat Ansible Tower at our half-day, hands-on Ansible 101 technical workshop specifically focused on the unique opportunities and challenges for today’s mid-market organizations.  At this session, you’ll go

Video: Ansible Playbooks [Ansible 101 Workshop Series]

“Ansible 101 Playbooks”, part of the Ansible Workshop Series, presented by Level Up. This video includes live demos showing how you can write playbooks to start automating your organization’s configuration management and application deployment tasks. Examples include: 1. First playbook: Verifying Apache 2. Removing Apache 3. Configuring Apache 4. SIDEBAR: Introducing ansible-lint 5. Using Variables,

Your First 10 Ansible Modules

Like all code, your infrastructure code has a certain grammar. When discussing Ansible in grammatical terms, the inventory is really the first noun you have to know (after all, nothing ever runs without defining some host(s) for Ansible to run it on). Along those same grammar lines, modules are basically your verbs. Almost everything you’ll