FileMood

Download UD110

UD110

Name

UD110

 DOWNLOAD Copy Link

Total Size

3.5 GB

Total Files

124

Hash

3F2F1B6943CEB015C8E1001F3FAE414E018579E3

/01 Course Introduction/

001 How to Navigate this course.mp4

48.3 MB

002 EX407 Red Hat Certified Specialist in Ansible Automation.mp4

40.1 MB

003 Have Question Find Help and Support.mp4

40.4 MB

004 Important Resources for this Course.html

2.5 KB

/02 Introduction to Ansible/

005 Ansible-1-Introduction.pdf

9.7 MB

005 What is Ansible Part I Why Ansible.mp4

23.8 MB

006 What is Ansible Part II Simplicity YAML Push Model Custom Modules.mp4

24.7 MB

007 What is Ansible Part III Batteries Included Approach.mp4

21.8 MB

008 What is Ansible Part IV Infrastructure as a Code.mp4

36.5 MB

009 What is Ansible Part V Code vs Data.mp4

25.3 MB

010 What is Ansible Part VI Idempotence and State Management.mp4

33.0 MB

011 What is Ansible Part VIII The Ansible Story.mp4

22.1 MB

/03 Setting up the Environment/

012 Ansible-Codespace-Checklist.pdf

682.8 KB

012 Section Introduction.mp4

15.6 MB

013 Introduction to codespaces.mp4

46.0 MB

014 Setting up codespaces locally with docker.mp4

72.5 MB

015 Ansible-Codespace-Checklist.pdf

682.8 KB

015 LAB 1 Setting up a codespaces environment with Docker.html

4.6 KB

016 Launching codespaces on digital ocean cloud.mp4

42.8 MB

017 Managing codespaces.mp4

59.7 MB

external-assets-links.txt

0.1 KB

/04 Path to Automation with Ansible/

018 Section Introduction.mp4

4.6 MB

019 Tasks Modules Roles.mp4

33.6 MB

020 Inventories and Playbooks.mp4

26.7 MB

021 Book Recommendation Ansible Playbook Essentials.mp4

4.9 MB

022 Code Organization Strategies.mp4

24.5 MB

023 Introducing Use Case - Devops Demo App.mp4

19.9 MB

024 Approach to automate Devops Demo App.mp4

24.7 MB

external-assets-links.txt

0.1 KB

/05 Ad Hoc Server Management with Ansible/

025 Section Introduction.mp4

8.4 MB

026 Configuring Ansible.mp4

52.3 MB

027 LAB 1 Adding Ansible Configs.html

2.0 KB

028 Defining a static Inventory.mp4

46.7 MB

029 LAB 2 Creating Host Inventory.html

3.8 KB

030 Host Patterns and Ad Hoc Commands.mp4

69.4 MB

031 LAB 3 Ad Hoc commands.html

6.4 KB

032 Modules and Desired State Configuration.mp4

32.1 MB

033 LAB 4 Using modules to manage the state of infrastructure.html

3.4 KB

034 Invoking Modules Idempotence.mp4

56.4 MB

035 Using common modules.mp4

71.1 MB

036 Command Modules and Idempotence.mp4

71.5 MB

037 Using ansible-console REPL Shell.mp4

10.4 MB

/06 Playbooks/

038 Section Introduction.mp4

14.1 MB

039 YAML Primer.mp4

45.5 MB

040 Anatomy of a Playbook.mp4

44.2 MB

041 Writing your first Play.mp4

48.4 MB

042 LAB 1 Writing Playbook for Base System Configurations.html

2.3 KB

043 Validating and applying Ansible Playbook.mp4

48.9 MB

044 LAB 2 Validating Syntax.html

4.4 KB

045 Troubleshooting playbook failures.mp4

46.0 MB

046 LAB 3 Error Handling and Debugging.html

5.0 KB

047 Adding another play for app servers.mp4

34.0 MB

048 LAB 4 Adding Additional Play.html

3.8 KB

049 Nano Project Create a playbook to deploy a Static Site.mp4

3.7 MB

050 Cleaning up lb node after deploying static site.html

1.9 KB

/07 Roles/

051 Section Introduction.mp4

13.1 MB

052 Why do you need roles.mp4

23.3 MB

053 Anatomy of a Role.mp4

22.7 MB

054 Code Organization Strategies.mp4

23.4 MB

055 Generating Roles Scaffold and Ansible Galaxy.mp4

19.5 MB

056 Creating a role for Apache.mp4

17.9 MB

057 LAB 1 Configuring app server environment with Roles.html

3.0 KB

058 Writing and applying playbook for app servers.mp4

29.6 MB

059 LAB 2 Writing Tasks to Install and Start Apache Web Service.html

3.1 KB

060 Copying config file notifications and handlers.mp4

73.8 MB

061 LAB 3 Managing Configurations.html

2.7 KB

062 Creating a role for PHP.mp4

57.7 MB

063 LAB 4 Create a role to install php.html

1.8 KB

064 Nested roles and site wide playbook.mp4

56.1 MB

065 LAB 5 Systems role dependencies and nested roles.html

4.4 KB

066 Nano project Deploy Devops Demo App.mp4

34.5 MB

/08 Vars and Templates/

067 Section Introduction.mp4

6.4 MB

068 Need to separate data from code.mp4

28.0 MB

069 Diving into Jinja2 templates.mp4

43.5 MB

070 Understanding ansible vars Precedence Levels and Best Practices.mp4

33.4 MB

071 Advanced vars concepts.mp4

92.8 MB

072 Dynamically defining app version with vars and tasks.mp4

70.6 MB

073 Managing app configs with templates and vars.mp4

111.1 MB

074 LAB 1 Templates and Variables.html

6.2 KB

075 Playing with vars precedence.mp4

81.6 MB

076 LAB 2 Beyond defaults - Playing with vars precedence.html

3.1 KB

077 Registereed varibles and conditional execution.mp4

56.7 MB

078 LAB 3 Registered Variables.html

4.0 KB

079 Discovering facts with setup module.mp4

18.7 MB

/09 Ansible Galaxy/

080 Section Introduction.mp4

3.3 MB

081 Tour of Ansible Galaxy.mp4

78.7 MB

082 Selecing role for HAProxy.mp4

67.7 MB

083 Applying HAProxy role with custom properties.mp4

10.4 MB

084 Troubleshooting HAProxy Issues.mp4

18.9 MB

085 Nano Project Setup MySQL database using a galaxy role.mp4

36.8 MB

086 Setting up MySQL.mp4

62.8 MB

087 Connecting app with the database.mp4

24.3 MB

088 Checking in the galaxy roles.mp4

8.7 MB

089 Tagging tasks roles plays and playbooks.mp4

35.2 MB

/10 Controlling Execution Flow/

090 Overview of Conditionals.mp4

59.2 MB

091 Overview of Iterators.mp4

63.7 MB

092 Iterating over a list to install packages.mp4

26.7 MB

093 LAB 1 Control Structures.html

2.0 KB

094 Iterating over a dictionary to create users.mp4

48.7 MB

095 LAB 2 Iterating over a hash tabledictionary to create users.html

2.0 KB

096 Using conditionals in tasks and templates.mp4

28.5 MB

097 LAB 3 Refactoring apache playbook to add support for Ubuntu.html

4.8 KB

098 Adding Ubuntu support by conditionally including vars.mp4

69.2 MB

099 LAB 4 Selective execution by using tags.html

3.1 KB

100 Making application compatible with ubuntu.mp4

19.2 MB

/11 Auto Disovery and Manging Multiple Environments/

101 Enabling Facts Caching.mp4

65.3 MB

102 Using Magic Variables for Service Discovery.mp4

76.6 MB

103 LAB 1 Magic Variables for Service Discovery Multiple Environments.html

1.5 KB

104 Creating staging environment.mp4

34.6 MB

105 LAB 2 Create staging environment.html

1.8 KB

106 Rolling back changes with contra playbooks.mp4

13.3 MB

/12 Vault/

107 Section Introduction.mp4

8.9 MB

108 Encrypting a file and using it in a playbook.mp4

43.8 MB

109 LAB 1 Encrypting and decrypting with single key.html

2.1 KB

110 Using a password file and Rekeying.mp4

23.0 MB

111 Vault 1.2 and multiple Vault IDs.mp4

39.5 MB

112 Changing Vault IDs and Encrypting Strings in File.mp4

41.1 MB

113 LAB 2 Multiple vault ids and encrypting strings.html

1.9 KB

114 Encrypting mysql passwords with Vault.mp4

52.2 MB

/13 Application Deployments/

115 Section Introduction.mp4

11.7 MB

116 Writing tasks for importing database schema.mp4

25.4 MB

117 Applying schema updates and Troubleshooting.mp4

16.0 MB

118 Creating strategy for Rolling updates.mp4

17.9 MB

119 Adding pre and post tasks Tasks gelegation Testing with wait_for.mp4

28.2 MB

 

Total files 124


Copyright © 2024 FileMood.com