وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Ansible & Ansible-Playbooks For Automation

سرفصل های دوره

Learn Ansible with some real-time examples of how to use the most common modules and Ansible Playbooks


1. Introduction
  • 1.1 1.Introduction to Ansible.pdf
  • 1. Introduction to Ansible
  • 2.1 2. Ansible Core & Ansible Community.pdf
  • 2. Ansible Core Vs Ansible Community
  • 3.1 3. How Ansible Works.pdf
  • 3. How Ansible Works

  • 2. Environment Setup
  • 1. Launching Required Nodes Servers for Ansible Setup
  • 2.1 2. Launch Server for Ansible Controller Node.pdf
  • 2.2 wsl.zip
  • 2. Launching Ansible-Controller Nodes - CentOS9 Node From Windows WSL2
  • 3.1 3. Install Ansible-Core.pptx
  • 3. Installing Ansible-Core on CentOS9 with Python Version 3.9.x
  • 4.1 4. Ansible Configuration Notes.txt
  • 4.2 4. Ansible Configuration.pdf
  • 4. Ansible Configuration to work with Managed Nodes
  • 5. Why Ansible Is Called Agentless tool
  • 6. Creating userId on Ansible Controller and switching to ansadmin from userid
  • 7. Simple Ansible Architecture

  • 3. Ad-hoc Commands with Modules
  • 1.1 1. Ansible Ad-hoc Commands.txt
  • 1.2 1. Introduction to adhoc commands.pdf
  • 1.3 1.adhoc commands syntax.zip
  • 1.4 demo.zip
  • 1. Introduction to Ansible Ad-hoc Commands with Modules Commands for Modules
  • 2.1 2. Ansible Ad-hoc Commands to execute any unix or linux commands.pdf
  • 2.2 2. Ansible Ad-hoc Commands to execute any unix or linux commands.txt
  • 2.3 installjava.zip
  • 2. Ansible Ad-hoc commands to execute any UnixLinux Commands
  • 3. Handling Arguments with quotations
  • 4.1 4. How Ansible Executes the tasks with modules.pdf
  • 4. What is the backend story to execute Ansible Ad-hoc commands

  • 4. Ansible Ad-hoc command to work with files
  • 1.1 1. Ansible Modules to work with files.pdf
  • 1. List of file modules to work with files file,copy,lineinfile,blockinfile.....
  • 2. Ansible Ad-hoc commands with File Module to create a file on Managed Nodes
  • 3.1 3. Stat Module.pdf
  • 3. Ansible Ad-hoc commands with stat Module
  • 4.1 4. Copy Module.pdf
  • 4.2 4. Copy Module.txt
  • 4. Ansible Ad-hoc commands with copy module
  • 5.1 5. lineinfile Module.pdf
  • 5. Ansible Ad-hoc commands with lineinfile module to appendreplacedelete lines
  • 6.1 6. fetch module.pdf
  • 6. Ansible Ad-hoc command with fetch module to download from managed nodes

  • 5. Installing Packages on Different OS Families
  • 1.1 1. Ansible Modules to Install packages.pdf
  • 1. Ansible Ad-hoc commands with yum and apt modules to install packages

  • 6. Executing Ansible Ad-hoc Commands on Ansible Controller node or on localhost
  • 1. Executing Ansible Ad-hoc Commands on Ansible Controller node itself

  • 7. Understanding the output of Ansible Ad-hoc commands output
  • 1. Why Ansible Operations or Tasks are called idempotent

  • 8. Executing Ansible Ad-hoc Commands with your userId & password
  • 1.1 2. passing default username and password.txt
  • 1.2 2. Working With Ansible using userID and Password.pdf
  • 1. Executing Ansible Ad-hoc commands with your real-time userId and password

  • 9. Ansible Inventory File(s)
  • 1. Inventory File(s) to work with multiple Environments
  • 2.1 2. Inventory Types.pdf
  • 2. Types of Ansible Inventory Files

  • 10. Ansible Configuration File(s)
  • 1.1 1. Ansible Configuration File.pdf
  • 1. Multiple Locations of Ansible Configuration File and their priority

  • 11. Shell Scripts with Ansible Ad-hoc Commands
  • 1. How to use Ansible Ad-hoc Commands in Shell Scripts

  • 12. Ansible Facts
  • 1. Ansible Default Facts with setup module
  • 2.1 2. Custom Facts.pdf
  • 2.2 java.zip
  • 2. How to create Custom Facts based on requirement

  • 13. Introduction to Playbooks
  • 1.1 installwebserver.zip
  • 1.2 installwebserver.zip
  • 1. Introduction to Playbooks and Why we need playbooks
  • 2. How to use Visual Studio Code Editor to develop Ansible Playbooks
  • 3.1 3. First Playbook.pdf
  • 3.2 displaymsg.zip
  • 3. First Playbook
  • 4. Executing Playbooks on Ansible Controller node itself
  • 5.1 5. Verifying Ansible Syntax.pdf
  • 5. Commands to verify the Playbook syntax

  • 14. Basic Concepts to Develop Playbooks
  • 1.1 1. Introduction to Ansible Variables.pdf
  • 1.2 varsintro.zip
  • 1. Introduction to Ansible Custom Variables
  • 2.1 2. Data Type of Variables.pdf
  • 2.2 typeofvariables.zip
  • 2. Data Types of Variables
  • 3.1 3. Data Structures Or Data Collections.pdf
  • 3.2 datastructures.zip
  • 3. Data Structures of YAML Scripting
  • 4.1 4. Read Variable values from files.pdf
  • 4.2 readvarsfromfiles.zip
  • 4.3 varswithjson.zip
  • 4.4 varswithyaml.zip
  • 4. Read Variable Values from a file
  • 5.1 5. Passing Variable Values From Command Line.pdf
  • 5.2 5. Passing Variable(s) Value(s) From Command-line
  • 5.3 varswithcmdlineargs.zip
  • 5. Passing Variable(s) Value(s) From Command-line
  • 6.1 6. vars prompt usag.pdf
  • 6.2 vars promptusage.zip
  • 6. 6. Usage of vars prompt section in playbooks
  • 7.1 debug module with var.zip
  • 7. Debug module with vars and msg arguments

  • 15. Registered & setfacts Variables
  • 1.1 1. Ansible Register Variable.pdf
  • 1.2 usageofregistervariable.zip
  • 1. Ansible Register Variable - To capture the output of a task into variable
  • 2.1 2. usage of set fact module.pdf
  • 2.2 set fact usage.zip
  • 2. Ansible Set Fact Variables - Define or Redefine Variable(s) in between the tasks

  • 16. Operations on Variables
  • 1.1 1. Types of Operators.pdf
  • 1. Types of operators Operations on Variables
  • 2.1 2. Arithmetic operators.pdf
  • 2.2 arithmeticoperations.zip
  • 2. Arithmetic Operators
  • 3.1 3. Filters and Methods.pdf
  • 3.2 filtersandmethods.zip
  • 3. Filters & Methods usage to manipulate data - variable data or direct data
  • 4.1 4. Comparision operators.pdf
  • 4.2 comparisionoperators.zip
  • 4. Comparison Operators equal, not-equal, greater, lesser etc...
  • 5.1 5. Membership Operators.pdf
  • 5.2 membershipoperators.zip
  • 5. Membership operators
  • 6.1 6. Logical Operators.pdf
  • 6. Logical Operators
  • 7.1 7. test operators.pdf
  • 7.2 testoperators.zip
  • 7. Test Operators
  • 8.1 8. operations on list or sequence.pdf
  • 8.2 operationsonlist.zip
  • 8. Operations on list or sequence
  • 9.1 9. Operations on strings.pdf
  • 9.2 operationsonstrings.zip
  • 9. Operations on Strings
  • 10.1 10. Operations on dict or map.pdf
  • 10.2 operationsondict.zip
  • 10. Operations on dictionaries or maps
  • 11. Points to remember

  • 17. Conditional Statements
  • 1.1 1. Conditional Statement.pdf
  • 1.2 when conditional statement.zip
  • 1. Conditional Statement with when
  • 2.1 in line conditional statement.zip
  • 2. In-line Conditional Statement with if-else

  • 18. Ansible Playbooks to Practice on Basic concepts
  • 1.1 1. Design Simple Arithmetic Calculator.pdf
  • 1.2 simplecal.zip
  • 1. Design Simple Arithmetic Calculator
  • 2.1 findpythonversion.zip
  • 2. Simple Playbook to Find the Python Version
  • 3.1 findjavaversion.zip
  • 3. Playbook to find the java version
  • 4.1 executeanycmd.zip
  • 4. Playbook to execute any command

  • 19. Ansible Facts (Default Facts) & Systemd Facts
  • 1.1 1. Working with Default Facts.pdf
  • 1.2 defaultfacts.zip
  • 1. Working with Ansible Facts (Default Facts) using Playbooks
  • 2.1 2. Systemd or Service Facts.pdf
  • 2.2 findsystemdservicestatus.zip
  • 2. Service or Systemd Facts with service facts module
  • 3.1 inventory hostname and hostvars.zip
  • 3. inventory hostname & hostvars

  • 20. Usage of become & become user
  • 1.1 become become user.zip
  • 1. Usage of become, become user and become method

  • 21. Installing Packages Task Re-usability with import tasks & include tasks
  • 1.1 1. Install given package based on OS Family.pdf
  • 1.2 installwebserver.zip
  • 1. Installing Given Package Based on OS Family
  • 2.1 installpkgsusingnodespkgmanagertype.zip
  • 2. Install a Package Based Managed Nodes Package Managers
  • 3.1 3. How to run this playbooks.txt
  • 3.2 3.installpkgsusingnodespkgmanagertype.zip
  • 3. Write a Playbook to install any package(s)
  • 4.1 4. Ansible Re-Usable Concepts for tasks.pdf
  • 4.2 install debian pkg.zip
  • 4.3 install redhat pkg.zip
  • 4.4 reusable with tasks.zip
  • 4. How to re-use Ansible-Tasks with import tasks and include tasks

  • 22. Handlers
  • 1.1 1. handlers.pdf
  • 1.2 handler intro.zip
  • 1. How to use Handlers & When Handlers Executes

  • 23. Usage of Tags to execute required tasks
  • 1.1 1. Usage of tags.pdf
  • 1.2 usageoftags.zip
  • 1. How to use tags to execute tasks

  • 24. Error Handling
  • 1.1 1. Error Handling.pdf
  • 1.2 error handling part1.zip
  • 1. Error Handling Part-1
  • 2.1 2. Block & Rescue.pdf
  • 2.2 error handling part2 with block and rescue.zip
  • 2. Error Handling with block and rescue and also grouping multiple tasks Part-2

  • 25. Simple Real Time Ansible Playbook
  • 1.1 block resuce handler usage.zip
  • 1.2 block with tags.zip
  • 1. Simple Real-Time Ansible Playbook with the combination of tags, block & handlers

  • 26. Loops For Ansible Playbooks
  • 1.1 1. Introduction to loops.pdf
  • 1.2 intro loops.zip
  • 1. Introduction to loops
  • 2.1 2. loops to work with list or sequence.pptx
  • 2.2 loops for list.zip
  • 2. loops to work with list
  • 3.1 loop example.zip
  • 3. Installing multiple packages with loops
  • 4.1 loops for dict.zip
  • 4. Loops to work dictionaries

  • 27. Working with Templates
  • 1.1 1. Introduction to template modules.pdf
  • 1.2 index.zip
  • 1.3 installhttpd.zip
  • 1. Introduction to template module
  • 2.1 2. template file with varaibles, conditions and loops.pdf
  • 2.2 template file with variables conditions and loops.zip
  • 2.3 template file with variables conditions and loops.zip
  • 2. Template file with Variables, conditions and loops

  • 28. Introduction to Plugin
  • 1.1 1. Ansible Plugins.pdf
  • 1. What is an Ansible Plugin and How to list required Plugins

  • 29. Working with third party or ansible community collections or modules
  • 1.1 1. commands.txt
  • 1.2 1. Introduction to ansible community modules.pdf
  • 1. Installing required collections or required module from required namespace

  • 30. Ansible Dynamic Inventory with Plugins
  • 1.1 1. Ansible Dynamic Inventory with aws ec2 plugin.pdf
  • 1.2 aws ec2.zip
  • 1.3 commands.txt
  • 1. Ansible Dynamic Inventory for AWS with Plugin
  • 2.1 ansible.zip
  • 2.2 installwebserver.zip
  • 2.3 projectx.aws ec2.zip
  • 2. Ansible Dynamic Inventory and Working with managed nodes using default ec2-us

  • 31. Ansible Roles
  • 1. Introduction to Ansible Roles
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 16964
    حجم: 4220 مگابایت
    مدت زمان: 551 دقیقه
    تاریخ انتشار: 8 مرداد 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید