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