ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Practical Ansible: Learn how to automate infrastructure, manage configuration, and deploy applications [Team-IRA]

دانلود کتاب پاسخ عملی: یاد بگیرید چگونه زیرساخت‌ها را خودکار کنید، پیکربندی را مدیریت کنید و برنامه‌ها را استقرار دهید [Team-IRA]

Practical Ansible: Learn how to automate infrastructure, manage configuration, and deploy applications [Team-IRA]

مشخصات کتاب

Practical Ansible: Learn how to automate infrastructure, manage configuration, and deploy applications [Team-IRA]

ویرایش: [2 ed.] 
نویسندگان: , ,   
سری:  
ISBN (شابک) : 180512997X, 9781805129974 
ناشر: Packt Publishing 
سال نشر: 2023 
تعداد صفحات: 420 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 30 Mb 

قیمت کتاب (تومان) : 35,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 4


در صورت تبدیل فایل کتاب Practical Ansible: Learn how to automate infrastructure, manage configuration, and deploy applications [Team-IRA] به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب پاسخ عملی: یاد بگیرید چگونه زیرساخت‌ها را خودکار کنید، پیکربندی را مدیریت کنید و برنامه‌ها را استقرار دهید [Team-IRA] نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب پاسخ عملی: یاد بگیرید چگونه زیرساخت‌ها را خودکار کنید، پیکربندی را مدیریت کنید و برنامه‌ها را استقرار دهید [Team-IRA]

در Practical Ansible، شما با آخرین نسخه Ansible کار خواهید کرد و با کمک سناریوهای وظیفه گرا به سرعت مسائل پیچیده را حل خواهید کرد.


توضیحاتی درمورد کتاب به خارجی

In Practical Ansible, you\'ll work with the latest release of Ansible and learn to solve complex issues quickly with the help of task-oriented scenarios.



فهرست مطالب

Cover
Title Page
Copyright
Dedication
Contributors
Table of Contents
Preface
Part 1:Learning the Fundamentals of Ansible
Chapter 1: Getting Started with Ansible
	Technical requirements
	Installing and configuring Ansible
		Understanding Ansible version numbers
		Installing Ansible on Linux and FreeBSD
		Working with virtual environments
		Installing from GitHub
		Installing Ansible on macOS
		Configuring Windows hosts for Ansible
	Getting to know your Ansible installation
		Understanding how Ansible connects to hosts
		Verifying the Ansible installation
	Managed node requirements
	Summary
	Questions
	Further reading
Chapter 2: Understanding the Fundamentals of Ansible
	Technical requirements
	Getting familiar with the Ansible framework
		Breaking down the Ansible components
		Learning the YAML syntax
		Organizing your automation code
	Exploring the configuration file
	Command-line arguments
	Understanding ad hoc commands
		Defining variables
	Understanding Jinja2 filters
	Summary
	Questions
	Further reading
Chapter 3: Defining Your Inventory
	Technical requirements
	Creating an inventory file and adding hosts
		Using host groups
		Adding host and group variables to your inventory
	Generating a dynamic inventory file
		Using multiple inventory sources in the inventory directories
		Using static groups with dynamic groups
	Special host management using patterns
	Summary
	Questions
	Further reading
Chapter 4: Playbooks and Roles
	Technical requirements
	Understanding the playbook framework
		Comparing playbooks and ad hoc tasks
		Defining plays and tasks
	Understanding roles – the playbook organizer
		Setting up role-based variables and dependencies
		Ansible Galaxy
	Using conditions in your code
	Repeating tasks with loops
	Grouping tasks using blocks
	Configuring play execution via strategies
	Using ansible-pull
	Summary
	Questions
	Further reading
Part 2:Expanding the Capabilities of Ansible
Chapter 5: Creating and Consuming Modules
	Technical requirements
	Executing multiple modules using the command line
	Reviewing the module index
	Accessing module documentation from the command line
	Module return values
	Developing custom modules
		Avoiding common pitfalls
		Testing and documenting your module
		The module checklist
		Contributing upstream – submitting a GitHub pull request
	Summary
	Questions
	Further reading
Chapter 6: Creating and Consuming Collections
	Technical requirements
	Introduction to Ansible collections
	Understanding fully qualified collection names
	Managing collections on your control node
	Updating your Ansible collections and core installation
	Creating your own collections
	Summary
	Questions
	Further reading
Chapter 7: Creating and Consuming Plugins
	Technical requirements
	Discovering the plugin types
	Finding included plugins
	Creating custom plugins
		Learning to integrate custom plugins with Ansible source code
	Sharing plugins with the community
	Summary
	Questions
	Further reading
Chapter 8: Coding Best Practices
	Technical requirements
	The preferred directory layout
	Differentiating between different environment types
	The proper approach to defining group and host variables
	Using top-level playbooks
	Leveraging version control tools
	Setting OS and distribution variances
	Porting between Ansible versions
	Summary
	Questions
	Further reading
Chapter 9: Advanced Ansible Topics
	Technical requirements
	Asynchronous versus synchronous actions
	Controlling play execution for rolling updates
	Configuring the maximum failure percentage
	Setting task execution delegation
	Using the run_once option
	Running playbooks locally
	Working with proxies and jump hosts
	Configuring playbook prompts
	Placing tags in the plays and tasks
	Securing data with Ansible Vault
	Summary
	Questions
	Further reading
Part 3:Using Ansible in an Enterprise
Chapter 10: Network Automation with Ansible
	Technical requirements
	Why automate network management?
	How Ansible manages networking devices
		How to enable network automation
		The available Ansible networking modules
	Connecting to network devices
		Environment variables for network devices
	Custom conditional statements for networking devices
	Summary
	Questions
	Further reading
Chapter 11: Container and Cloud Management
	Technical requirements
	Automating Docker and Podman with Ansible
		Managing Docker
		Managing Podman
	Managing Kubernetes with Ansible
		Installing Ansible Kubernetes dependencies
		Listing Kubernetes namespaces with Ansible
		Creating a Kubernetes namespace with Ansible
		Creating a Kubernetes service with Ansible
	Exploring container-focused modules
	Automating with Amazon Web Services
		Installation
		Authentication
		Creating your first machine
	Complementing Google Cloud Platform with automation
		Installation
		Authentication
		Creating your first machine
	Seamless automation integration with Azure
		Installation
		Authentication
		Creating your first machine
	Using Ansible to orchestrate OpenStack
		Installation
		Authentication
		Creating your first machine
	Summary
	Questions
	Further reading
Chapter 12: Troubleshooting and Testing Strategies
	Technical requirements
	Digging into playbook execution problems
	Using host facts to diagnose failures
	Testing with a playbook
	Using check mode
	Solving host connection issues
	Passing working variables via the CLI
	Limiting the host’s execution
	Flushing the code cache
	Checking for bad syntax
	Summary
	Questions
	Further reading
Chapter 13: Getting Started with Ansible Automation Controller
	Technical requirements
	Installing AWX
	Running your first playbook from AWX
		Creating an AWX project
		Creating an inventory
		Creating a job template
		Running a job
	Controlling access to AWX
		Creating a user
		Creating a team
		Creating an organization
		Assigning permissions in AWX
	Summary
	Questions
Chapter 14: Execution Environments
	Technical requirements
	The importance of execution environments
	Building an execution environment
		Creating a minimal execution environment
		Creating an execution environment with a specific Python interpreter
		Creating an execution environment with additional dependencies
	Running playbooks in an execution environment
	Uploading execution environments to a container registry
	Using execution environments in Ansible Automation Controller
	Summary
	Questions
	Further reading
Assessments
	Chapter 1
	Chapter 2
	Chapter 3
	Chapter 4
	Chapter 5
	Chapter 6
	Chapter 7
	Chapter 8
	Chapter 9
	Chapter 10
	Chapter 11
	Chapter 12
	Chapter 13
	Chapter 14
Index
About Packt
Other Books You May Enjoy




نظرات کاربران