FileMood

Download Ansible From Basics to Guru, 2nd Edition

Ansible From Basics to Guru 2nd Edition

Name

Ansible From Basics to Guru, 2nd Edition

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.7 GB

Total Files

189

Last Seen

2025-07-18 00:19

Hash

41C9F97653C61193D4F97C7983DD20CFFA853A58

/Introduction/

001. Ansible- From Basics to Guru Introduction.mp4

15.1 MB

/Module 1 Getting Started/

001. Module Introduction.mp4

4.7 MB

/.../Lesson 1 What is Ansible/

001. Learning objectives.mp4

2.6 MB

002. 1.1 What is Configuration Management.mp4

14.6 MB

003. 1.2 Solutions for Configuration Management.mp4

6.8 MB

004. 1.3 Configuration as Code and DevOps.mp4

6.2 MB

005. 1.4 Ansible Components.mp4

16.9 MB

006. 1.5 Working with Ansible in Small Environments.mp4

5.2 MB

007. 1.6 Working with Ansible in Large Environments.mp4

6.0 MB

/.../Lesson 2 Getting Started/

001. Learning objectives.mp4

4.7 MB

002. 2.1 Ansible Infrastructure Components.mp4

21.7 MB

003. 2.2 Setting up a RHEL Ansible Control Node.mp4

23.4 MB

004. 2.3 Setting up an Ubuntu Ansible Control Node.mp4

10.8 MB

005. 2.4 Setting up an Ansible Control Node with Python pip.mp4

9.5 MB

006. 2.5 Requirements for Managing Assets.mp4

8.1 MB

007. 2.6 Modules and Collections.mp4

9.2 MB

008. 2.7 Using Ansible to Configure Managed Nodes - Part 1.mp4

27.3 MB

009. 2.8 Using Ansible to Configure Managed Nodes - Part 2.mp4

26.0 MB

010. 2.9 Using Ansible to Configure Managed Nodes - Part 3.mp4

27.8 MB

011. 2.10 Defining Default Settings in ansible.cfg.mp4

23.5 MB

012. 2.11 Managing Windows.mp4

30.9 MB

013. 2.12 Using MacOS as a Control Node.mp4

6.8 MB

014. Lesson 2 Lab Setting up an Ansible-managed Environment.mp4

751.3 KB

015. Lesson 2 Lab Solution Setting up an Ansible-managed Environment.mp4

11.4 MB

/.../Lesson 3 Using Ansible in Large Environments/

001. Learning objectives.mp4

4.8 MB

002. 3.1 Centralizing Configuration as Code Using Git.mp4

23.4 MB

003. 3.2 Using AWX and Ansible Automation Platform.mp4

10.6 MB

004. 3.3 Configuring ansible-navigator.mp4

14.4 MB

005. 3.4 Working with ansible-navigator.mp4

20.1 MB

006. 3.5 Providing Required Collections for ansible-navigator.mp4

22.8 MB

007. 3.6 ansible-navigator Configuration.mp4

8.1 MB

008. Lesson 3 Lab Using ansible-navigator.mp4

2.0 MB

009. Lesson 3 Lab Solution Using ansible-navigator.mp4

17.2 MB

/.../Lesson 4 Using Ad-Hoc Commands/

001. Learning objectives.mp4

2.8 MB

002. 4.1 Ad-hoc Commands versus Playbooks.mp4

23.5 MB

003. 4.2 Using Ansible Content Collections.mp4

27.7 MB

004. 4.3 Exploring Essential Ansible Modules.mp4

20.8 MB

005. 4.4 Using Module Documentation.mp4

15.0 MB

006. 4.5 Using Ansible in an Idempotent Way.mp4

8.2 MB

007. Lesson 4 Lab Using Ad-Hoc Commands.mp4

1.7 MB

008. Lesson 4 Lab Solution Using Ad-Hoc Commands.mp4

10.8 MB

/.../Lesson 5 Using Ansible Playbooks/

001. Learning objectives.mp4

3.4 MB

002. 5.1 Understanding Playbook Structure.mp4

15.1 MB

003. 5.2 Running Your First Playbook.mp4

10.9 MB

004. 5.3 Understanding Task Execution and Errors.mp4

15.1 MB

005. 5.4 Using ansible-navigator to Run Playbooks.mp4

5.9 MB

006. Lesson 5 Lab Using a Playbook to Deploy a Webserver.mp4

2.7 MB

007. Lesson 5 Lab Solution Using a Playbook to Deploy a Webserver.mp4

24.2 MB

/.../Lesson 6 Using Ansible Tower/

001. Learning objectives.mp4

3.7 MB

002. 6.1 Understanding Ansible Tower, Automation Platform and AWX.mp4

20.0 MB

003. 6.2 Installing Ansible Tower.mp4

25.8 MB

004. 6.3 Understanding Ansible Tower Main Components.mp4

22.6 MB

005. 6.4 Setting up Ansible Tower to Manage Assets.mp4

43.8 MB

006. 6.5 Configuring Ansible Tower to Manage Windows.mp4

26.0 MB

007. Lesson 6 Lab Setting up Ansible Tower to Manage Assets in Ansible.mp4

2.4 MB

008. Lesson 6 Lab Solution Setting up Ansible Tower to Manage Assets in Ansible.mp4

22.6 MB

/Module 2 Developing Flexible Playbooks/

001. Module Introduction.mp4

4.4 MB

/.../Lesson 7 Working with Variables/

001. Learning objectives.mp4

6.0 MB

002. 7.1 Separating Code from Site-Specific Configuration.mp4

3.5 MB

003. 7.2 Using Variables in a Playbook.mp4

29.0 MB

004. 7.3 Understanding Where to Define Your Variables.mp4

15.5 MB

005. 7.4 Using Ansible Facts.mp4

29.8 MB

006. 7.5 Using set fact.mp4

12.4 MB

007. 7.6 Understanding Different Notations for Facts and Variables.mp4

16.4 MB

008. 7.7 Using Multi-valued Variables.mp4

29.6 MB

009. 7.8 Using Magic Variables.mp4

17.2 MB

010. 7.9 Using Register.mp4

9.5 MB

011. 7.10 Using Vault to Store Sensitive Information.mp4

19.8 MB

012. Lesson 7 Lab Making Playbooks Flexible with Variables.mp4

2.2 MB

013. Lesson 7 Lab Solution Making Playbooks Flexible with Variables.mp4

15.0 MB

/.../Lesson 8 Using Conditionals/

001. Learning objectives.mp4

3.8 MB

002. 8.1 Conditionals Overview.mp4

4.0 MB

003. 8.2 Using loop to Process a List of Items.mp4

24.7 MB

004. 8.3 Using Handlers for Conditional Task Execution.mp4

20.1 MB

005. 8.4 Using when to Run Tasks in Specific Situations.mp4

35.1 MB

006. 8.5 Using register to Work with Task Results.mp4

11.3 MB

007. 8.6 Using Blocks.mp4

15.2 MB

008. 8.7 Managing Failure with the fail Module.mp4

13.7 MB

009. 8.8 Using assert.mp4

17.0 MB

010. Lesson 8 Lab Using when to Create Idempotency.mp4

3.3 MB

011. Lesson 8 Lab Solution Using when to Create Idempotency.mp4

15.7 MB

/.../Lesson 9 Managing Files/

001. Learning objectives.mp4

3.2 MB

002. 9.1 Manipulating Files.mp4

13.4 MB

003. 9.2 Changing File Contents.mp4

15.4 MB

004. 9.3 Using the find Module.mp4

14.2 MB

005. 9.4 Using Templates.mp4

10.0 MB

006. 9.5 Using Conditional Statements in Templates.mp4

20.0 MB

007. Lesson 9 Lab Working with Files.mp4

1.2 MB

008. Lesson 9 Lab Solution Working with Files.mp4

5.6 MB

/.../Lesson 10 Using Roles/

001. Learning objectives.mp4

3.3 MB

002. 10.1 Understanding and Using Roles.mp4

22.7 MB

003. 10.2 Working with ansible-galaxy.mp4

6.1 MB

004. 10.3 How Roles are Organized.mp4

7.4 MB

005. 10.4 Writing Custom Roles.mp4

10.9 MB

006. 10.5 Using System Roles.mp4

29.3 MB

007. Lesson 10 Lab Working with Roles.mp4

1.9 MB

008. Lesson 10 Lab Solution Working with Roles.mp4

12.1 MB

/Module 3 Advanced Ansible Management Options/

001. Module Introduction.mp4

3.1 MB

/.../Lesson 11 Ansible Best Practices and Optimization/

001. Learning objectives.mp4

5.0 MB

002. 11.1 Using include and import.mp4

8.2 MB

003. 11.2 Configuring Security.mp4

29.6 MB

004. 11.3 Using Tags.mp4

6.7 MB

005. 11.4 Using Delegation.mp4

9.6 MB

006. 11.5 Managing Parallelism.mp4

4.6 MB

007. 11.6 Efficiently Copying Files.mp4

7.3 MB

008. 11.7 Optimizing SSH.mp4

7.0 MB

009. 11.8 Case Study Optimizing Ansible.mp4

11.4 MB

010. Lesson 11 Lab Optimizing Ansible.mp4

2.3 MB

011. Lesson 11 Lab Solution Optimizing Ansible.mp4

10.7 MB

/.../Lesson 12 Using Filters/

001. Learning objectives.mp4

4.2 MB

002. 12.1 Understanding Filters and Plugins.mp4

6.5 MB

003. 12.2 Filters, Plugins, and Collections.mp4

10.0 MB

004. 12.3 Understanding Filters and Variable Types.mp4

12.3 MB

005. 12.4 Using Filters to Change Variables.mp4

18.2 MB

006. 12.5 Using Filters to Work with Network Addresses.mp4

31.9 MB

007. 12.6 Examples of Using Filters.mp4

18.8 MB

008. 12.7 More Examples of Using Filters.mp4

25.1 MB

009. Lesson 12 Lab Using Filters.mp4

3.0 MB

010. Lesson 12 Lab Solution Using Filters.mp4

5.6 MB

/.../Lesson 13 Using Plugins/

001. Learning objectives.mp4

3.2 MB

002. 13.1 Understanding Plugins.mp4

7.0 MB

003. 13.2 Exploring Lookup Plugins.mp4

20.2 MB

004. 13.3 Common Lookup Plugins.mp4

13.5 MB

005. 13.4 Using the fileglob Plugin.mp4

8.8 MB

006. 13.5 Plugin-based Inventory.mp4

19.0 MB

007. 13.6 Fact Caching.mp4

17.0 MB

008. 13.7 Creating Random Passwords.mp4

7.4 MB

009. 13.8 The test Plugin.mp4

7.0 MB

010. Lesson 13 Lab Using Callback Plugins.mp4

1.2 MB

011. Lesson 13 Lab Solution Using Callback Plugins.mp4

6.2 MB

/.../Lesson 14 Advanced Ansible Tower Usage/

001. Learning objectives.mp4

5.5 MB

002. 14.1 Managing Users and Teams.mp4

23.6 MB

003. 14.2 Creating Job Template Surveys.mp4

16.2 MB

004. 14.3 Configuring Notifications.mp4

9.7 MB

005. 14.4 Using Workflow.mp4

34.8 MB

006. 14.5 Scheduling Jobs.mp4

8.2 MB

007. 14.6 Importing Static Inventories.mp4

13.1 MB

008. 14.7 Creating and Updating Dynamic Inventories.mp4

17.9 MB

009. 14.8 Using Smart Inventories.mp4

13.0 MB

010. 14.9 Using Vault in Tower.mp4

11.8 MB

011. 14.10 Using the Tower API.mp4

40.2 MB

012. 14.11 Backing up Tower.mp4

9.0 MB

013. Lesson 14 Lab Advanced Ansible Tower Usage.mp4

2.6 MB

014. Lesson 14 Lab Solution Advanced Ansible Tower Usage.mp4

21.8 MB

/Module 4 Managing Environments with Ansible/

001. Module Introduction.mp4

2.3 MB

/.../Lesson 15 Managing Windows with Ansible/

001. Learning objectives.mp4

1.6 MB

002. 15.1 Understanding Requirements for Managing Windows.mp4

9.3 MB

003. 15.2 Using Playbooks to Manage Windows.mp4

22.3 MB

004. Lesson 15 Lab Managing Windows with Ansible.mp4

1.3 MB

005. Lesson 15 Lab Solution Managing Windows with Ansible.mp4

24.6 MB

/.../Lesson 16 Managing Azure with Ansible/

001. Learning objectives.mp4

1.7 MB

002. 16.1 Understanding Requirements for Managing Azure.mp4

31.6 MB

003. 16.2 Using Playbooks to Manage Azure.mp4

40.5 MB

004. Lesson 16 Lab Managing Azure.mp4

1.3 MB

005. Lesson 16 Lab Solution Managing Azure.mp4

12.4 MB

/.../Lesson 17 Managing Containers/

001. Learning objectives.mp4

1.9 MB

002. 17.1 Understanding Requirements for Managing Docker.mp4

5.5 MB

003. 17.2 Using Playbooks to Manage Docker.mp4

33.6 MB

004. 17.3 Managing Podman Containers.mp4

16.7 MB

005. Lesson 17 Lab Managing Containers.mp4

1.3 MB

006. Lesson 17 Lab Solution Managing Containers.mp4

17.6 MB

/.../Lesson 18 Managing AWS with Ansible/

001. Learning objectives.mp4

1.9 MB

002. 18.1 Understanding Requirements for Managing AWS.mp4

25.6 MB

003. 18.2 Using Playbooks to Manage AWS.mp4

55.3 MB

004. 18.3 Configuring Dynamic Inventory.mp4

15.6 MB

005. Lesson 18 Lab Managing AWS with Ansible.mp4

1.0 MB

006. Lesson 18 Lab Solution Managing AWS with Ansible.mp4

19.4 MB

/.../Lesson 19 Managing Network Devices with Ansible/

001. Learning objectives.mp4

3.7 MB

002. 19.1 Understanding Network Device Management.mp4

15.6 MB

003. 19.2 Setting Up Cisco SMB Devices.mp4

57.8 MB

004. 19.3 Configuring Cisco SMB Devices with Ansible.mp4

31.5 MB

005. 19.4 Using Generic Modules for Network Device Management.mp4

8.2 MB

006. Lesson 19 Lab Automating Switch Setup with Ansible.mp4

1.4 MB

007. Lesson 19 Lab Solution Automating Switch Setup with Ansible.mp4

13.2 MB

/.../Lesson 20 Managing Virtual Machines with Ansible/

001. Learning objectives.mp4

2.6 MB

002. 20.1 Managing KVM Virtual Machines.mp4

18.3 MB

003. 20.2 Understanding vSphere Management.mp4

13.6 MB

004. 20.3 Managing ESXi.mp4

28.8 MB

005. Lesson 20 Lab Managing a KVM Based Virtual Classroom with Ansible.mp4

1.7 MB

006. Lesson 20 Lab Solution Managing a KVM Based Virtual Classroom with Ansible.mp4

40.1 MB

/.../Lesson 21 Managing Kubernetes with Ansible/

001. Learning objectives.mp4

2.1 MB

002. 21.1 Understanding Requirements for Managing Kubernetes.mp4

24.8 MB

003. 21.2 Preparing the Kubernetes Setup.mp4

18.8 MB

004. 21.3 Writing a Playbook to Create a Kubernetes Cluster.mp4

91.8 MB

005. 21.4 Running the Playbook to Create a Kubernetes Cluster.mp4

34.0 MB

006. 21.5 Managing Kubernetes Resources.mp4

9.4 MB

007. Lesson 21 Lab Automating Kubernetes Application Deployment with Ansible.mp4

1.6 MB

008. Lesson 21 Lab Solution Automating Kubernetes Application Deployment with Ansible.mp4

18.1 MB

/Summary/

001. Ansible- From Basics to Guru Summary.mp4

1.7 MB

 

Total files 189


Copyright © 2025 FileMood.com