К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Ansible for the Absolute Beginners · LearnSpace
Назад в каталог
courseraПрограммирование

Ansible for the Absolute Beginners

Курс от KodeKloud
Начальный≈ 11.7 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

What is Ansible? Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. For anyone in the IT automation or DevOps engineering fields, learning the basics of Ansible is important. What Are the Benefits to Learning Ansible Basics? - A free and open-source community project with a huge audience. - Battle-tested over many years as the preferred tool of IT wizards. - Easy to start and use from day one, without the need for any special coding skills. - Simple deployment workflow without any extra agents. - Includes some sophisticated features around modularity and reusability that come in handy as users become more proficient. - Extensive and comprehensive official documentation that is complemented by a plethora of online material produced by its community. Ansible Basics Course Details This course introduces a beginner to the basic fundamentals of Ansible with easy-to-do hands-on exercises that you can practice right in the browser. The course helps users learn Ansible’s basics, followed by an introduction to * Ansible Inventory: A list of managed nodes provided by one or more ‘inventory sources’. Your inventory can specify information specific to each node, like IP address. It is also used for assigning groups, that both allow for node selection in the Play and bulk variable assignment. * Ansible Playbooks: A playbook is composed of one or more ‘plays’ in an ordered list. The terms ‘playbook’ and ‘play’ are sports analogies. Each play executes part of the overall goal of the playbook, running one or more tasks. Each task is called an Ansible module. Playbooks are expressed in YAML format with a minimum of syntax. * Ansible Modules: The code or binaries that Ansible copies and executes on each managed node (when needed) to accomplish the action defined in each Task. Each module has a particular use, from administering users on a specific type of database to managing VLAN interfaces on a specific type of network device. You can invoke a single module with a task or invoke several different modules in a playbook. Ansible modules are grouped in collections. * Ansible Variables: Ansible uses variables to manage differences between systems. With Ansible, you can execute tasks and playbooks on multiple different systems with a single command. To represent the variations among those different systems, you can create variables with standard YAML syntax, including lists and dictionaries. You can define these variables in your playbooks, in your , in re-usable or , or at the command line. You can also create variables during a playbook run by registering the return value or values of a task as a new variable. * Ansible Conditionals: In a playbook, you may want to execute different tasks or have different goals depending on the value of a fact (data about the remote system), a variable, or the result of a previous task. You may want the value of some variables to depend on the value of other variables. Or you may want to create additional groups of hosts based on whether the hosts match other criteria. You can do all of these things with conditionals. * Ansible Loops : Ansible offers the , , and `` keywords to execute a task multiple times. * Ansible Roles: A limited distribution of reusable Ansible content (tasks, handlers, variables, plugins, templates, and files) for use inside of a Play. To use any Role resource, the Role itself must be imported into the Play.

Навыки, которые вы освоите

AnsibleConfiguration ManagementData StructuresInfrastructure as Code (IaC)Code Reusability

Программа курса

4 модулей · 32 учебных материалов

01Ansible Introduction & Inventory15 материалов
IntroductionВидеоAbout the CourseЧтениеAnsible IntroductionВидеоDemo: Setup Ansible Local Environment - Using VirtualBoxВидео

Учитесь у экспертов

Mumshad Mannambeth

Преподаватель курса

Ansible for the Absolute Beginners
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 11.7 ч

4 модулей

Язык: Английский

Субтитры: Арабский, Французский, Узбекский, Итальянский, Бразильский португальский, Корейский, Немецкий, Пушту, Индонезийский, Испанский, Дари, Японский, Казахский

Часть программы вашего университета
Demo: Install AnsibleВидео
Understanding YAMLВидео
Hands-on Lab: YAMLЧтение
Ansible FundamentalsЗадание
How to Reach Out and Engage with the CommunityЧтение
System Administration FoundationsDIALOGUE
Ansible InventoryВидео
Inventory FormatsВидео
Hands-on Lab: InventoryЧтение
Grouping and Parent-Child RelationshipsВидео
Ansible InventoryЗадание
02Ansible Variables6 материалов
Ansible VariablesВидеоVariable TypesВидеоRegistering Variable and Variable PrecedenceВидеоVariable ScopingВидеоMagic VariablesВидеоHands-on Lab: VariablesЧтение
03Core Ansible Components5 материалов
Ansible PlaybooksВидеоHands-on Lab: PlaybooksЧтениеAnsible ModulesВидеоHands-on Lab: ModulesЧтениеAnsible ConceptsЗадание
04Advanced Ansible Techniques6 материалов
Ansible ConditionalsВидеоHands-on Lab: ConditionalsЧтениеAnsible LoopsВидеоHands-on Lab: LoopsЧтениеAnsible RolesВидеоAdvanced Ansible TechniquesЗадание