FileMood

Download Ansible Core Concepts and Advanced Features

Ansible Core Concepts and Advanced Features

Name

Ansible Core Concepts and Advanced Features

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

1.5 GB

Total Files

221

Last Seen

2025-07-15 00:03

Hash

5BCA0A70955701F1F91124435AE8367EE0AEAFE4

/.../Lesson 02 Getting Started/

008. 2.7 Using Ansible to Configure Managed Nodes.mp4

81.4 MB

001. Learning objectives.mp4

3.9 MB

002. 2.1 Ansible Infrastructure Components.mp4

21.7 MB

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

23.3 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

009. 2.8 Defining Default Settings in ansible.cfg.mp4

23.6 MB

010. 2.9 Managing Windows.mp4

31.1 MB

011. 2.10 Using MacOS as a Control Node.mp4

10.4 MB

/Module 1 Fundamentals/

001. Module Introduction.mp4

3.8 MB

/.../Lesson 01 What is Ansible/

001. Learning objectives.mp4

2.3 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 Configuring 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

/Introduction/

001. Ansible Core Concepts and Advanced Features Introduction.mp4

8.8 MB

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

001. Learning objectives.mp4

4.1 MB

002. 3.1 Centralizing Configuration as Code Using Git.mp4

24.0 MB

003. 3.2 Using AWX and Ansible Automation Platform.mp4

13.3 MB

004. 3.3 Configuring ansible-navigator.mp4

20.4 MB

005. 3.4 Working with ansible-navigator.mp4

24.3 MB

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

8.1 MB

007. 3.6 ansible-navigator Configuration.mp4

2.0 MB

008. Lesson 3 Lab Using ansible-navigator.mp4

17.2 MB

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

001. Learning objectives.mp4

2.4 MB

002. 4.1 Ad-hoc Commands versus Playbooks.mp4

23.8 MB

003. 4.2 Using Ansible Content Collections.mp4

27.7 MB

004. 4.3 Exploring Essential Ansible Modules.mp4

20.7 MB

005. 4.4 Using Module Documentation.mp4

15.5 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 05 Using Ansible Playbooks/

001. Learning objectives.mp4

2.9 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.2 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.7 MB

/Module 2 Developing Flexible Playbooks/

001. Module Introduction.mp4

2.1 MB

/.../Lesson 06 Working with Variables/

001. Learning objectives.mp4

5.2 MB

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

3.6 MB

003. 6.3 Understanding Where to Define Your Variables.mp4

15.6 MB

004. 6.4 Using Ansible Facts.mp4

30.0 MB

005. 6.5 Using set fact.mp4

13.0 MB

006. 6.6 Understanding Different Notations for Facts and Variables.mp4

16.7 MB

007. 6.7 Using Multi-valued Variables.mp4

29.9 MB

008. 6.8 Using Magic Variables.mp4

17.4 MB

009. 6.9 Using Register.mp4

9.6 MB

010. 6.10 Using Vault to Store Sensitive Information.mp4

20.4 MB

/.../Lesson 07 Using Conditionals/

001. Learning objectives.mp4

3.3 MB

002. 7.1 Conditionals Overview.mp4

18.9 MB

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

25.0 MB

004. 7.3 Using Handlers for Conditional Task Execution.mp4

20.4 MB

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

35.9 MB

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

11.4 MB

007. 7.6 Using Blocks.mp4

15.4 MB

008. 7.8 Using assert.mp4

18.5 MB

009. Lesson 7 Lab Using when to Create Idempotency.mp4

3.3 MB

010. Lesson 7 Lab Solution Using when to Create Idempotency.mp4

15.8 MB

/.../Lesson 08 Managing Files/

001. Learning objectives.mp4

2.8 MB

002. 8.1 Manipulating Files.mp4

13.6 MB

003. 8.2 Changing File Contents.mp4

15.6 MB

004. 8.3 Using the find Module.mp4

14.5 MB

005. 8.4 Using Templates.mp4

10.0 MB

006. 8.5 Using Conditional Statements in Templates.mp4

20.2 MB

007. Lesson 8 Lab Working with Files.mp4

1.3 MB

008. Lesson 8 Lab Solution Working with Files.mp4

5.6 MB

/.../Lesson 09 Using Roles/

001. Learning objectives.mp4

2.9 MB

002. 9.1 Understanding and Using Roles.mp4

23.0 MB

003. 9.2 Working with ansible-galaxy.mp4

7.4 MB

004. 9.3 How Roles are Organized.mp4

11.1 MB

005. 9.4 Writing Custom Roles.mp4

29.4 MB

006. 9.5 Using System Roles.mp4

2.0 MB

007. Lesson 9 Lab Working with Roles.mp4

12.1 MB

/Module 3 Advanced Ansible Management/

001. Module Introduction.mp4

1.9 MB

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

001. Learning objectives.mp4

4.3 MB

002. 10.1 Using include and import.mp4

8.3 MB

003. 10.2 Configuring Security.mp4

30.0 MB

004. 10.3 Using Tags.mp4

6.8 MB

005. 10.4 Using Delegation.mp4

9.7 MB

006. 10.5 Managing Parallelism.mp4

7.4 MB

007. 10.6 Efficiently Copying Files.mp4

7.0 MB

008. 10.7 Optimizing SSH.mp4

11.6 MB

009. 10.8 Case Study Optimizing Ansible.mp4

2.3 MB

010. Lesson 10 Lab Optimizing Ansible.mp4

10.5 MB

/.../Lesson 11 Using Filters/

001. Learning objectives.mp4

3.6 MB

002. 11.1 Understanding Filters and Plugins.mp4

6.6 MB

003. 11.2 Filters, Plugins, and Collections.mp4

10.2 MB

004. 11.3 Understanding Filters and Variable Types.mp4

12.4 MB

005. 11.4 Using Filters to Change Variables.mp4

18.6 MB

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

33.0 MB

007. 11.6 Examples of Using Filters.mp4

19.1 MB

008. 11.7 More examples of using filters.mp4

26.2 MB

009. Lesson 11 Lab Using Filters.mp4

3.4 MB

010. Lesson 11 Lab Solution Using Filters.mp4

5.8 MB

/.../Lesson 12 Using Plugins/

001. Learning objectives.mp4

3.1 MB

002. 12.1 Understanding Plugins.mp4

7.1 MB

003. 12.2 Exploring Lookup Plugins.mp4

24.8 MB

004. 12.3 Common Lookup Plugins.mp4

14.3 MB

005. 12.4 Using the fileglob Plugin.mp4

9.0 MB

006. 12.5 Plugin-based Inventory.mp4

19.7 MB

007. 12.6 Fact Caching.mp4

17.4 MB

008. 12.7 Creating Random Passwords.mp4

7.6 MB

009. 12.8 The test Plugin.mp4

7.0 MB

010. Lesson 12 Lab Using Callback Plugins.mp4

1.2 MB

011. Lesson 12 Lab Solution Using Callback Plugins.mp4

6.3 MB

/Summary/

001. Ansible Core Concepts and Advanced Features Summary.mp4

1.1 MB

/z.ansible_ccat-main/

addcustomfacts.yml

0.5 KB

Ansible Setup Guide.pdf

70.6 KB

ansible.cfg

0.3 KB

assert_filter.yaml

0.2 KB

assertnic.yml

0.2 KB

assertsize.yml

0.5 KB

assertsize-wrong.yml

0.4 KB

assertstat.yml

0.2 KB

block2.yaml

0.6 KB

blocks.yml

0.3 KB

cgcreate.yaml

0.3 KB

changeconfig.yaml

0.6 KB

changeconfig.yml

0.6 KB

checkcache.py

0.2 KB

checkfacts.yaml

0.1 KB

cleanupusers.yaml

0.2 KB

copy.yml

0.6 KB

copy-files.yaml

0.3 KB

create-user.yml

0.2 KB

dbuser.yaml

0.4 KB

dbvars.yaml

0.1 KB

delegation.yaml

0.4 KB

dict2items.yaml

0.7 KB

distro.yml

0.3 KB

enforce-selinux.yml

0.2 KB

enforce-selinux-simplified.yml

0.2 KB

exercise134-tasks.yaml

0.4 KB

exercise134-vars.yaml

0.2 KB

filegloblist.yaml

0.2 KB

fileglobstring.yaml

0.2 KB

filemap.yaml

0.8 KB

flatlist.yaml

0.7 KB

gather_facts.yaml

0.1 KB

handlers.yml

0.5 KB

hello.yml

0.2 KB

ifsize.yml

0.3 KB

install_and_start_httpt.yaml

0.2 KB

int-filter.yaml

0.5 KB

inventory

0.0 KB

ipfact.yml

0.2 KB

lab11.yml

1.0 KB

lines.yaml

0.3 KB

loop_on_vars.yaml

0.3 KB

loop_packages.yaml

0.3 KB

makeusers.yaml

0.3 KB

makeusers1.yaml

0.3 KB

makeusers2.yaml

0.4 KB

mappit.yaml

0.2 KB

mappitagain.yaml

0.7 KB

motd.en_US.UTF-8.j2

0.0 KB

motd.fr_FR.UTF-8.j2

0.0 KB

multi_play.yaml

0.8 KB

myvars.yaml

0.1 KB

network.yaml

1.5 KB

new_facts.yaml

0.2 KB

nginx-role.yml

0.1 KB

old_facts.yaml

0.1 KB

password_hash.yaml

0.4 KB

phonenumber.yml

0.2 KB

pipe.yml

0.2 KB

plat.yaml

0.3 KB

playbook_with_errors.yaml

0.2 KB

quicktest.yml

0.2 KB

readkeys.yaml

0.4 KB

README.md

0.1 KB

register.yaml

0.1 KB

register.yml

0.2 KB

register_command.yml

0.4 KB

register_homes.yml

0.5 KB

register_loop.yml

0.2 KB

run_and_test_httpd.yaml

0.4 KB

selectattr.yaml

1.0 KB

setlanguage.yaml

0.3 KB

setupfactcache.yaml

0.6 KB

storage-filter.yaml

1.2 KB

subelements.yml

1.1 KB

synchronize.yaml

0.2 KB

testip.yml

0.8 KB

url.yaml

0.7 KB

use_custom_facts.yaml

0.3 KB

users

0.2 KB

users.txt

0.0 KB

users-advanced.yml

1.1 KB

users-dictionary

0.2 KB

users-list

0.3 KB

userswithpassword.yaml

0.5 KB

using_handlers.yaml

0.7 KB

variables_example.yaml

0.2 KB

vars_file.yaml

0.2 KB

vartypetest.yaml

0.6 KB

vsftpd.j2

0.3 KB

vsftpd-template.yml

0.3 KB

whatever.yaml

0.1 KB

when_complex.yaml

0.3 KB

when_multiple.yml

0.2 KB

when_multiple_complex.yml

0.3 KB

when_register.yaml

0.3 KB

when_test.yaml

0.6 KB

wildcardcopy1.yaml

0.1 KB

wildcardcopy2.yaml

0.2 KB

/my_collection/

galaxy.yml

0.4 KB

my_namespace-my_collection-1.0.0.tar.gz

1.2 KB

README.md

0.0 KB

/my_collection/plugins/filter/

phone_format.py

0.2 KB

/windows/

ansible.cfg

0.1 KB

createad.yml

0.5 KB

inventory

0.2 KB

playbook.yml

0.2 KB

wiebenik.yaml

0.2 KB

 

Total files 221


Copyright © 2025 FileMood.com