Oreilly - Red Hat Certified Engineer (RHCE) EX294: Red Hat Ansible Automation - 9780135987513
Oreilly - Red Hat Certified Engineer (RHCE) EX294: Red Hat Ansible Automation
by Sander van Vugt | Publisher: Pearson IT Certification | Release Date: September 2019 | ISBN: 9780135987513


The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing.10+ Hours of Video InstructionDescriptionRed Hat Certified Engineer (RHCE) EX294 Complete Video Course, 3/e: Red Hat Ansible Automation provides a solid understanding of all the topics required to pass the RHCE exam, including how to perform common automation tasks using Ansible and management of a Linux environmentOverviewRed Hat Certified Engineer (RHCE) EX294 Complete Video Course, 3/e: Red Hat Ansible Automation is all new and fully updated. This 10-hour video course provides a solid understanding of all the topics required to pass the RHCE exam and includes live demos, exam question walk-throughs and dynamic lightboard teaching. The student learns how to perform common automation tasks using Ansible as well as how to use common Ansible components to automate the management of a Linux environment.RHCE EX294 Complete Video Course covers all facets of the newly-updated RHCE exam. Instructor Sander van Vugt walks you through the topics using demos and labs to test the student's knowledge with real world scenarios. Each video lesson ends with a lab that provides an exercise so you can test your skills. Sander then provides a detailed solution to each lab, explaining how to solve for the exam objectives so you can get the experience you need to pass the test. Audio instruction throughout offers detailed explanations, tips, and configuration verifications.This engaging self-paced video training solution provides learners with more than 10 hours of video instruction from an expert trainer with more than 20 years of practical Linux teaching experience. Through the use of topic-focused instructional videos, you will gain an in-depth understanding of all topics on the Red Hat Certified Engineer (RHCE) exam, as well as a deeper understanding of Red Hat Enterprise Linux and Ansible. The combination of video, labs, and practice exams provides a unique offering that gives you a full toolkit to learn and excel on your exam.Topics include: Module 1: Introduction to Ansible Module 2: Using Advanced Ansible Solutions Module 3: Managing Systems with Ansible Module 4: Sample ExamAbout the InstructorSander van Vugt has been teaching Linux classes since 1995 and has written more than 60 books about different Linux-related topics. Sander is a Red Hat Certified Instructor and has deep knowledge and understanding of Red Hat Enterprise Linux, including the upcoming Red Hat Enterprise Linux 7. He has been teaching Linux since 1994, and as a Red Hat Certified Examiner he is authorized to proctor different Red Hat exams. He is also a regular speaker on major Linux conferences all over the world.Skill Level Intermediate/AdvancedLearn How ToWork with AnsibleBest prepare for the RHCE EX294Manage RHEL 8 with AnsibleSet up a Managed IT EnvironmentUse Ad Hoc Commands and Playbooks to manage RHEL 8 ServersManage software configurations with AnsibleWho Should Take This CourseLinux engineers that want to become certified to work with Ansible to manage Red Hat Enterprise Linux.Junior system administrators that want to deepen their skills about configuration management.Administrators with a profound knowledge and experience working with any Linux distributions, and want to learn how to use Ansible to manage their environmentAdministrators currently administering UNIX systems.Developers that write software for Linux.Administrators who have already completed the RHCSA Exam.Course RequirementsPlan to, or have already, taken the RHCSA ExamA working knowledge of LinuxTable of Contents Module 1: Introduction to Ansible Lesson1: Installing Ansible Lesson 2: Setting up a Managed Environment Lesson 3: Using Ad Hoc Commands Lesson 4: Getting Started with Playbooks Lesson 5: Working with Variables and Facts Module 2: Using Advanced Ansible Solutions Lesson 6: Using Task Control Lesson 7: Deploying Files Lesson 8: Using Ansible Roles Lesson 9: Using RHEL System Roles Lesson 10: Using Ansible in Large Environments Lesson 11: Troubleshooting Ansible Module 3: Managing Systems with Ansible Lesson 12: Managing Software with Ansible Lesson 13: Managing Users Lesson 14: Managing Processes and Tasks Lesson 15: Managing Storage Lesson 16: Managing Networking Module 4: Sample Exam Lesson 17: Sample ExamLesson descriptions Module 1 Module 1, "Introduction to Ansible," starts with the basics of Ansible, including how to install it, and set up an Ansible managed environment. This module also covers how to use Ad Hoc commands, which gives a basic understanding of working with Ansible and Ansible modules. The lesson then moves on to writing and working with playbooks. Lastly, this module will discuss Variables and Facts.Module 2 In Module 2, "Using Advanced Ansible Solutions," users will learn how to work with advanced ansible solutions. Task control, Jinja2 templates, Ansible roles, as well as RHEL system roles are all covered. Tips for using Ansible in a large environment, and Ansible troubleshooting are also included.Module 3 Module 3 "Managing Systems with Ansible" digs into how to use some of the most commonly used Ansible components in a real-world setting, including scenarios involving managing software, users, processes and tasks, storage and networking.Module 4 In Module 4, "Sample Exam" provides seven assignments as they would be seen on the RHCE exam. Students are provided with objectives, and each will be answered in detail.About Pearson Video Training Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Prentice Hall, Sams, and Que Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.
  1. Introduction
    • Red Hat Certified Engineer (RHCE) EX294: Introduction 00:04:18
  2. Module 1: Introduction to Ansible
    • Module introduction 00:00:43
  3. Lesson 1: Installing Ansible
    • Learning objectives 00:00:36
    • 1.1 Understanding Ansible 00:02:07
    • 1.2 Host Requirements 00:03:09
    • 1.3 Installing Ansible on the Control Node 00:05:31
    • 1.4 Preparing Managed Nodes 00:02:18
    • 1.5 Verifying Ansible Installation 00:01:09
    • Lesson 1 Lab: Installing Ansible 00:00:15
    • Lesson 1 Lab Solution: Installing Ansible 00:00:21
  4. Lesson 2: Setting up a Managed Environment
    • Learning objectives 00:00:36
    • 2.1 Setting up Static Inventory 00:10:02
    • 2.2 Understanding Dynamic Inventory 00:02:20
    • 2.3 Understanding Ansible Configuration Files 00:05:51
    • 2.4 Managing Ansible Configuration Files 00:02:54
    • Lesson 2 Lab: Setting up an Ansible Managed Environment 00:00:59
    • Lesson 2 Lab Solution: Setting up an Ansible Managed Environment 00:00:21
  5. Lesson 3: Using Ad Hoc Commands
    • Learning objectives 00:00:34
    • 3.1 Using Ad Hoc Commands 00:06:36
    • 3.2 Understanding Ansible Modules 00:03:34
    • 3.3 Using ansible-doc to get Module Documentation 00:05:23
    • 3.4 Introducing Essential Ansible Modules 00:05:52
    • Lesson 3 Lab: Using Ad Hoc Commands 00:00:27
    • Lesson 3 Lab Solution: Using Ad Hoc Commands 00:04:05
  6. Lesson 4: Getting Started with Playbooks
    • Learning objectives 00:00:41
    • 4.1 Using YAML to Write Playbooks 00:10:52
    • 4.2 Verifying Playbook Syntax 00:05:12
    • 4.3 Writing Multiple-Play Playbooks 00:06:33
    • Lesson 4 Lab: Getting Started with Playbooks 00:00:49
    • Lesson 4 Lab Solution: Getting Started with Playbooks 00:06:19
  7. Lesson 5: Working with Variables and Facts
    • Learning objectives 00:00:42
    • 5.1 Understanding Variables 00:04:57
    • 5.2 Using Variables 00:04:39
    • 5.3 Understanding Variable Precedence 00:02:57
    • 5.4 Managing Host Variables 00:05:00
    • 5.5 Using Multi-valued Variables 00:03:18
    • 5.6 Using Ansible Vault 00:06:10
    • 5.7 Working with Facts 00:07:37
    • 5.8 Creating Custom Facts 00:04:20
    • Lesson 5 Lab: Working with Variables and Facts 00:00:34
    • Lesson 5 Lab Solution: Working with Variables and Facts 00:06:20
  8. Module 2: Using Advanced Ansible Solutions
    • Module introduction 00:00:35
  9. Lesson 6: Using Task Control
    • Learning objectives 00:00:37
    • 6.1 Using Loops and Items 00:06:22
    • 6.2 Using Register Variables with Loops 00:05:05
    • 6.3 Using when to Run Tasks Conditionally 00:05:11
    • 6.4 Testing Multiple Conditions 00:09:42
    • 6.5 Using Handlers 00:08:00
    • 6.6 Using Blocks 00:05:50
    • 6.7 Dealing with Failures 00:06:30
    • Lesson 6 Lab: Using Task Control 00:00:38
    • Lesson 6 Lab Solution: Using Task Control 00:04:42
  10. Lesson 7: Deploying Files
    • Learning objectives 00:00:35
    • 7.1 Using Modules to Manipulate Files 00:08:59
    • 7.2 Managing SELinux File Context 00:04:09
    • 7.3 Using Jinja2 Templates 00:05:15
    • 7.4 Using Control Structures in Jinja2 00:03:28
    • Lesson 7 Lab: Deploying Files with Templates 00:01:11
    • Lesson 7 Lab Solution: Deploying Files with Templates 00:17:03
  11. Lesson 8: Using Ansible Roles
    • Learning objectives 00:00:49
    • 8.1 Understanding Directory Structure Best Practices 00:05:19
    • 8.2 Understanding Ansible Roles 00:07:03
    • 8.3 Using Ansible Galaxy for Standard Roles 00:07:37
    • 8.4 Using the Ansible Galaxy Command Line Tool 00:10:47
    • 8.5 Creating Custom Roles 00:10:31
    • 8.6 Managing Order of Execution 00:02:18
    • 8.7 Understanding RHEL System Roles 00:01:09
    • Lesson 8 Lab: Using Ansible Roles 00:00:34
    • Lesson 8 Lab Solution: Using Ansible Roles 00:05:58
  12. Lesson 9: Using RHEL System Roles
    • Learning objectives 00:00:26
    • 9.1 Understanding RHEL System Roles 00:02:15
    • 9.2 Installing RHEL System Roles 00:02:43
    • 9.3 Using the RHEL SELinux System Role 00:09:11
    • 9.4 Using the RHEL TimeSync System Role 00:06:25
    • Lesson 9 Lab: Using RHEL System Roles 00:00:34
    • Lesson 9 Lab Solution: Using RHEL System Roles 00:04:02
  13. Lesson 10: Using Ansible in Large Environments
    • Learning objectives 00:00:43
    • 10.1 Managing Inventory 00:04:29
    • 10.2 Addressing Host Patterns 00:02:19
    • 10.3 Configuring Parallelism 00:02:38
    • 10.4 Organizing Directory Structure 00:05:36
    • Lesson 10 Lab: Using Ansible in Large Environments 00:00:53
    • Lesson 10 Lab Solution: Using Ansible in Large Environments 00:15:38
  14. Lesson 11: Troubleshooting Ansible
    • Learning objectives 00:00:41
    • 11.1 Managing Ansible Logs 00:03:50
    • 11.2 Using the Debug Module 00:04:08
    • 11.3 Using Check Mode 00:02:26
    • 11.4 Using Modules for Troubleshooting and Testing 00:04:04
    • 11.5 Troubleshooting Connection Issues 00:04:53
    • 11.6 Analyzing Playbook Errors 00:01:18
    • 11.7 Avoiding Errors in Playbook Best Practices 00:01:10
    • Lesson 11 Lab: Troubleshooting Ansible 00:00:24
    • Lesson 11 Lab Solution: Troubleshooting Ansible 00:11:00
  15. Module 3: Managing Systems with Ansible
    • Module introduction 00:00:29
  16. Lesson 12: Managing Software with Ansible
    • Learning objectives 00:00:26
    • 12.1 Understanding Modules Related to Software Management 00:02:16
    • 12.2 Implementing a Playbook to Manage Software 00:04:31
    • Lesson 12 Lab: Managing Software 00:00:39
    • Lesson 12 Lab Solution: Managing Software 00:06:48
  17. Lesson 13: Managing Users
    • Learning objectives 00:00:27
    • 13.1 Understanding Modules Related to User Management 00:01:59
    • 13.2 Implementing a Playbook to Manage Users 00:08:18
    • Lesson 13 Lab: Managing Users 00:00:53
    • Lesson 13 Lab Solution: Managing Users 00:06:51
  18. Lesson 14: Managing Processes and Tasks
    • Learning objectives 00:00:23
    • 14.1 Understanding Modules for Managing Processes and Tasks 00:01:28
    • 14.2 Implementing a Playbook to Manage Processes and Tasks 00:08:03
    • Lesson 14 Lab: Managing Processes and Tasks 00:00:29
    • Lesson 14 Lab Solution: Managing Processes and Tasks 00:02:29
  19. Lesson 15: Managing Storage
    • Learning objectives 00:00:26
    • 15.1 Understanding Modules for Managing Storage 00:00:55
    • 15.2 Implementing a Playbook to Manage Storage 00:10:55
    • Lesson 15 Lab: Managing Storage 00:00:36
    • Lesson 15 Lab Solution: Managing Storage 00:03:44
  20. Lesson 16: Managing Networking
    • Learning objectives 00:00:24
    • 16.1 Using Network Roles for Network Management 00:05:47
    • 16.2 Understanding Modules for Network Management 00:04:00
    • 16.3 Using Ansible to Manage IPv6 00:03:42
    • Lesson 16 Lab: Managing Networking 00:00:30
    • Lesson 16 Lab Solution: Managing Networking 00:02:31
  21. Summary
    • Red Hat Certified Engineer (RHCE) EX294: Summary 00:00:28
  22. Oreilly - Red Hat Certified Engineer (RHCE) EX294: Red Hat Ansible Automation

    9780135987513.Red.Hat.Certified.Engineer.RHCE.EX294.Red.Hat.Ansible.Automation.part1.OR.rar

    9780135987513.Red.Hat.Certified.Engineer.RHCE.EX294.Red.Hat.Ansible.Automation.part2.OR.rar

    9780135987513.Red.Hat.Certified.Engineer.RHCE.EX294.Red.Hat.Ansible.Automation.part3.OR.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss