Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/books/learning_ansible/05-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ In this chapter you will learn how to deploy applications with the Ansible role

**Objectives**: In this chapter you will learn how to:

:heavy_check_mark: Implement Ansistrano;
:heavy_check_mark: Configure Ansistrano;
:heavy_check_mark: Use shared folders and files between deployed versions;
:heavy_check_mark: Deploying different versions of a site from git;
:heavy_check_mark: React between deployment steps.
:heavy_check_mark: Implement Ansistrano;
:heavy_check_mark: Configure Ansistrano;
:heavy_check_mark: Use shared folders and files between deployed versions;
:heavy_check_mark: Deploying different versions of a site from git;
:heavy_check_mark: React between deployment steps.

:checkered_flag: **ansible**, **ansistrano**, **roles**, **deployments**

**Knowledge**: :star: :star:
**Complexity**: :star: :star: :star:
**Knowledge**: :star: :star:
**Complexity**: :star: :star: :star:

**Reading time**: 40 minutes

Expand Down