Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Introduction to Ansible, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:44
    Welcome to the Course
  • Урок 2. 00:04:21
    Why Ansible?
  • Урок 3. 00:00:33
    Obtaining the Source Code
  • Урок 4. 00:03:23
    Meet Your Instructor
  • Урок 5. 00:03:26
    Working with Ansible
  • Урок 6. 00:00:38
    Thank you to our sponsor, DigitalOcean
  • Урок 7. 00:02:53
    Configuring Ansible on macOS
  • Урок 8. 00:01:55
    SSH Keys on macOS
  • Урок 9. 00:01:30
    Options for Using Ansible on Windows
  • Урок 10. 00:03:12
    Configuring Ansible on Ubuntu
  • Урок 11. 00:01:46
    SSH Keys on Ubuntu
  • Урок 12. 00:04:44
    Core Ansible Concepts Overview
  • Урок 13. 00:04:17
    Modules
  • Урок 14. 00:02:09
    Tasks
  • Урок 15. 00:02:35
    Running Ad Hoc Tasks
  • Урок 16. 00:02:19
    Roles
  • Урок 17. 00:01:18
    Playbooks
  • Урок 18. 00:01:37
    Inventory
  • Урок 19. 00:01:57
    YAML
  • Урок 20. 00:00:43
    Applying the Ansible Concepts
  • Урок 21. 00:01:01
    Writing Our First Playbook
  • Урок 22. 00:01:49
    YAML in the Playbook File
  • Урок 23. 00:01:09
    Sign up for DigitalOcean
  • Урок 24. 00:01:34
    Provision A Server
  • Урок 25. 00:02:24
    Create A New SSH Key
  • Урок 26. 00:04:12
    Creating Our First Role
  • Урок 27. 00:01:52
    Adjusting Output Verbosity
  • Урок 28. 00:03:34
    New Users with the group, user and authorized_key Modules
  • Урок 29. 00:00:55
    Reviewing Our First Playbook
  • Урок 30. 00:01:35
    Working with Data
  • Урок 31. 00:03:12
    Ansible Variables
  • Урок 32. 00:02:28
    Environment Variables
  • Урок 33. 00:01:13
    What are Templates?
  • Урок 34. 00:03:38
    Working with Templates
  • Урок 35. 00:01:09
    Encrypting Data
  • Урок 36. 00:03:02
    Ansible Vault
  • Урок 37. 00:00:55
    Using Data
  • Урок 38. 00:01:33
    Configuring Servers
  • Урок 39. 00:01:08
    New Playbook Scaffolding
  • Урок 40. 00:01:11
    Provisioning Two Servers
  • Урок 41. 00:01:06
    Our New Inventory File
  • Урок 42. 00:06:17
    Initial Configuration Playbook
  • Урок 43. 00:02:43
    Creating a Non-root User
  • Урок 44. 00:01:39
    Installing System Packages with the apt Module
  • Урок 45. 00:01:12
    Testing Our Playbook
  • Урок 46. 00:02:20
    Setting up Firewalls with the ufw Module
  • Урок 47. 00:04:25
    Splitting Web Server and Database Server Roles
  • Урок 48. 00:01:42
    Running Nginx
  • Урок 49. 00:02:32
    The template Module for Configuration Files
  • Урок 50. 00:03:35
    Installing PostgreSQL
  • Урок 51. 00:04:44
    PostgreSQL Management with the postgresql_db and postgresql_user Modules
  • Урок 52. 00:00:59
    Testing the Database Connection
  • Урок 53. 00:00:35
    Reviewing Ansible Modules for Server Configuration
  • Урок 54. 00:03:09
    Learning Ansible Modules by Deploying
  • Урок 55. 00:01:45
    DNS Configuration
  • Урок 56. 00:02:46
    Enhancing Our Playbook and Let's Encrypt
  • Урок 57. 00:05:42
    SSL Certificates with the shell and stat Modules
  • Урок 58. 00:05:41
    Enhancing the Nginx Template
  • Урок 59. 00:03:02
    Testing the Nginx Tasks
  • Урок 60. 00:05:54
    Deploy Keys on GitHub
  • Урок 61. 00:01:43
    Cloning Repositories with the git Module
  • Урок 62. 00:03:17
    Installing App Dependencies with venv and pip3
  • Урок 63. 00:02:07
    Using the start-at-task Argument
  • Урок 64. 00:03:51
    Configuring Supervisor with the service and pause Modules
  • Урок 65. 00:01:27
    Solving Template File Name Issues
  • Урок 66. 00:03:01
    Fixing Our Nginx Configuration
  • Урок 67. 00:01:02
    Serving Static Assets
  • Урок 68. 00:03:06
    Updating Config Files with the lineinfile Module
  • Урок 69. 00:01:11
    Learning Ansible with A Deployment Recap
  • Урок 70. 00:02:30
    Course Recap
  • Урок 71. 00:02:42
    What to Investigate Next