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