1. Урок 1. 00:02:49
    Introduction
  2. Урок 2. 00:05:54
    Configuration Management & Orchestration
  3. Урок 3. 00:05:10
    Environment Setup
  4. Урок 4. 00:03:05
    Installation
  5. Урок 5. 00:03:45
    Inventory Pt 1
  6. Урок 6. 00:04:54
    Inventory Pt 2
  7. Урок 7. 00:03:46
    Host Selection
  8. Урок 8. 00:05:07
    Tasks
  9. Урок 9. 00:04:36
    Plays
  10. Урок 10. 00:05:34
    Playbook Execution Preview
  11. Урок 11. 00:04:43
    Playbooks Introduction
  12. Урок 12. 00:04:34
    Packages: apt
  13. Урок 13. 00:04:08
    Packages: become
  14. Урок 14. 00:05:09
    Packages: with_items
  15. Урок 15. 00:06:50
    Services: service
  16. Урок 16. 00:03:09
    Support Playbook 1 - Stack Restart
  17. Урок 17. 00:05:40
    Services: apache2_module, handlers, notify
  18. Урок 18. 00:05:55
    Files: copy
  19. Урок 19. 00:03:12
    Application Modules: pip
  20. Урок 20. 00:05:28
    Files: file
  21. Урок 21. 00:06:32
    Files: template
  22. Урок 22. 00:06:50
    Files: lineinfile
  23. Урок 23. 00:04:58
    Application Modules: mysql_db, mysql_user
  24. Урок 24. 00:09:26
    Support Playbook 2 - Stack Status: wait_for
  25. Урок 25. 00:11:11
    Support Playbook 2 - Stack Status: uri, register, fail, when
  26. Урок 26. 00:03:14
    Playbooks Summary
  27. Урок 27. 00:04:42
    Roles Overview
  28. Урок 28. 00:05:03
    Converting to Roles: tasks, handlers
  29. Урок 29. 00:05:51
    Converting to Roles: files, templates
  30. Урок 30. 00:03:00
    Site.yml: include
  31. Урок 31. 00:06:10
    Variables: facts
  32. Урок 32. 00:05:21
    Variables: defaults
  33. Урок 33. 00:08:21
    Variables: vars
  34. Урок 34. 00:07:13
    Variables: with_dict
  35. Урок 35. 00:05:46
    Selective Removal: shell, register, with_items, when
  36. Урок 36. 00:06:26
    Variables - continued
  37. Урок 37. 00:06:35
    Variables: vars_files, group_vars
  38. Урок 38. 00:10:50
    Variables: vault
  39. Урок 39. 00:04:42
    External Roles & Galaxy
  40. Урок 40. 00:02:59
    Advanced Execution Introduction
  41. Урок 41. 00:03:30
    Removing Unnecessary Steps: gather_facts
  42. Урок 42. 00:04:11
    Extracting Repetitive Tasks: cache_valid_time
  43. Урок 43. 00:02:41
    Limiting Execution by Hosts: limit
  44. Урок 44. 00:06:38
    Limiting Execution by Tasks: tags
  45. Урок 45. 00:06:24
    Idempotence: changed_when, failed_when
  46. Урок 46. 00:04:44
    Accelerated Mode and Pipelining
  47. Урок 47. 00:05:48
    Troubleshooting Ordering Problems
  48. Урок 48. 00:04:01
    Jumping to Specific Tasks: list-tasks, step, start-at-task
  49. Урок 49. 00:02:44
    Retrying Failed Hosts
  50. Урок 50. 00:05:21
    Syntax-Check & Dry-Run: syntax-check, check
  51. Урок 51. 00:04:19
    Debugging: debug
  52. Урок 52. 00:06:48
    Authentication with SSH Keys
  53. Урок 53. 00:06:12
    A Brief Overview of YAML
  54. Урок 54. 00:05:59
    A Brief Overview of Jinja2