corrected the playbook name from rolling_upgrade.yml to rolling_update.yml as per example playbook

This commit is contained in:
Gourav Shah 2015-05-27 09:47:52 +05:30
parent 07a7353a2c
commit 6dad0124e9

View file

@ -186,7 +186,7 @@ Now you have a fully-deployed site with web servers, a load balancer, and monito
orchestration features come into play. While some applications use the term 'orchestration' to mean basic ordering or command-blasting, Ansible
refers to orchestration as 'conducting machines like an orchestra', and has a pretty sophisticated engine for it.
Ansible has the capability to do operations on multi-tier applications in a coordinated way, making it easy to orchestrate a sophisticated zero-downtime rolling upgrade of our web application. This is implemented in a separate playbook, called ``rolling_upgrade.yml``.
Ansible has the capability to do operations on multi-tier applications in a coordinated way, making it easy to orchestrate a sophisticated zero-downtime rolling upgrade of our web application. This is implemented in a separate playbook, called ``rolling_update.yml``.
Looking at the playbook, you can see it is made up of two plays. The first play is very simple and looks like this::