Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Complete Ansible Bootcamp: Go from zero to hero in Ansible, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:11
    What's Ansible in 10 seconds?
  • Урок 2. 00:01:16
    Ansible Architecture in 1 minute
  • Урок 3. 00:02:00
    Lab Environment Overview
  • Урок 4. 00:11:36
    Lab Environment in Action
  • Урок 5. 00:00:54
    Ansible Configuration File - ansible.cfg
  • Урок 6. 00:01:44
    Bonus Lecture - Add Second Target Host to Inventory
  • Урок 7. 00:03:43
    Ansible Modules are the Primary Materials !
  • Урок 8. 00:02:26
    Ansible Module to Copy file from control machine to Target Hosts
  • Урок 9. 00:01:08
    NOTE - Idempotent Module
  • Урок 10. 00:02:13
    Ansible Module to Add Line to a Text File
  • Урок 11. 00:01:59
    Ansible Module to install OS Packages (Web Server)
  • Урок 12. 00:02:51
    SUDO access - Elevate Remote User Privileges
  • Урок 13. 00:01:17
    The Mess of Ansible Adhoc Commands !!
  • Урок 14. 00:02:49
    YAML Tutorial
  • Урок 15. 00:01:24
    Ansible Playbook Structure
  • Урок 16. 00:03:32
    Write & Run your First Playbook
  • Урок 17. 00:01:14
    Naming is a best practice
  • Урок 18. 00:04:13
    Deploy Static Website with Ansible
  • Урок 19. 00:01:23
    Ansible Playbook Variables - Overview
  • Урок 20. 00:00:46
    Variable Naming Validity
  • Урок 21. 00:01:03
    Variable Scopes & Order of Precedence
  • Урок 22. 00:01:07
    Variables with Global Scope
  • Урок 23. 00:01:31
    Variables with Host Scope - PART1
  • Урок 24. 00:01:09
    Variables with Play Scope
  • Урок 25. 00:02:51
    Real Case ready for CI/CD pipeline | Extensive Hands On
  • Урок 26. 00:00:24
    Real Case Part II - About Rollback Stage
  • Урок 27. 00:02:09
    Variables at Runtime - Registered variables
  • Урок 28. 00:01:47
    Registered variables - Hands-On
  • Урок 29. 00:00:51
    Variables at Runtime - ansible_facts Theory
  • Урок 30. 00:01:26
    Variables at Runtime - ansible_facts Hands-on
  • Урок 31. 00:00:19
    Variables at Runtime - Turn off Gather Facts
  • Урок 32. 00:00:44
    Variables at Runtime - Magic Variables - Quick Overview
  • Урок 33. 00:00:47
    Scenario Overview to Expand Inventory
  • Урок 34. 00:02:25
    Add more target hosts to inventory
  • Урок 35. 00:01:13
    Inventory Structure - Hosts vs Groups
  • Урок 36. 00:01:59
    Target a Group inside a Playbook
  • Урок 37. 00:01:09
    Define Variables for Inventory Group
  • Урок 38. 00:04:21
    Variables with Host Scope instead Play Scope
  • Урок 39. 00:03:44
    Magic Variables - Hands-on
  • Урок 40. 00:00:31
    ansible-inventory CLI
  • Урок 41. 00:02:42
    Theory | host_vars & group_vars | Inventory Best Practices
  • Урок 42. 00:02:46
    Hands-On | host_vars & group_vars | Inventory Best Practices
  • Урок 43. 00:03:40
    Iterate with "loop" and "item" variable (like forEach)
  • Урок 44. 00:03:12
    Conditional Task with "when" (like if else)
  • Урок 45. 00:01:31
    delegate Task to another host
  • Урок 46. 00:02:43
    Import Tasks from external file
  • Урок 47. 00:02:47
    notify with handlers
  • Урок 48. 00:01:21
    Overview Jinja2 and its relation with Ansible
  • Урок 49. 00:02:56
    Filters
  • Урок 50. 00:03:22
    Template Module vs Copy Module
  • Урок 51. 00:01:36
    Jinja2 if-else block
  • Урок 52. 00:03:16
    Jinja2 for loop block
  • Урок 53. 00:01:39
    Ansible Vault - Why and Overview
  • Урок 54. 00:02:34
    Ansible Vault - Hands-on
  • Урок 55. 00:02:45
    Ansibl Role Overview - Why? What?
  • Урок 56. 00:01:27
    Ansible Role Structure Anatomy
  • Урок 57. 00:00:48
    Ansible Galaxy CLI for Roles
  • Урок 58. 00:00:55
    How to import Role in Ansible Project
  • Урок 59. 00:04:32
    Hands On - Ansible Role - Install Jenkins
  • Урок 60. 00:05:26
    Install Kubernetes in 5 minutes with Ansible Role
  • Урок 61. 00:00:42
    Ansible Collection Overview - Why ? What?
  • Урок 62. 00:00:59
    Ansible Collection Structure - Anatomy
  • Урок 63. 00:00:46
    Ansible Galaxy CLI for Collections
  • Урок 64. 00:01:27
    How to import Collection in Ansible Project
  • Урок 65. 00:03:24
    Hands On - Ansible Collections - Demo
  • Урок 66. 00:02:58
    100% Fully Containerized Lab Environment
  • Урок 67. 00:01:41
    Multiple files inventory
  • Урок 68. 00:01:15
    Inventory with Group of Groups
  • Урок 69. 00:03:00
    Dynamic Inventory - Theory
  • Урок 70. 00:05:01
    Dynamic Inventory - Hands-on
  • Урок 71. 00:08:54
    Dynamic Inventory - Hands-on with AWS Inventory
  • Урок 72. 00:00:42
    Ansible - The Big Architecture
  • Урок 73. 00:00:39
    Capstone Project - Overview
  • Урок 74. 00:02:16
    App Source Code - Overview
  • Урок 75. 00:02:29
    Scaffold Project - Design inventory
  • Урок 76. 00:02:23
    Scaffold Project - Playbooks & Roles Skeleton
  • Урок 77. 00:01:06
    Automation Strategy - Super Important !!
  • Урок 78. 00:04:51
    Database - MongoDB - Installation Play
  • Урок 79. 00:07:00
    Database - MongoDB - Admin Configuration Play
  • Урок 80. 00:03:52
    Database - MongoDB - App user Configuration
  • Урок 81. 00:02:19
    Database - MongoDB - Security Configuration
  • Урок 82. 00:02:41
    Backend - Go - Pre-build Play
  • Урок 83. 00:03:20
    Backend - Go - Build Play
  • Урок 84. 00:01:09
    Backend - Go - Refactor Build Play with Vars
  • Урок 85. 00:01:59
    Backend - Go - Try Run it Manually
  • Урок 86. 00:01:58
    Backend - Go - Run it at Production grade
  • Урок 87. 00:04:55
    Backend - Go - Deploy Play
  • Урок 88. 00:03:49
    Backend - Go - Refactor Deploy Play with Vars
  • Урок 89. 00:01:34
    Frontend - React - Pre-build Play
  • Урок 90. 00:02:04
    Frontend - React - Build Play
  • Урок 91. 00:01:31
    Frontend - React - Try Run it Manually
  • Урок 92. 00:02:06
    Frontend - React - Deploy Play
  • Урок 93. 00:00:48
    Conclusion - From Pets To Cattle