@@ -11,7 +11,7 @@ capability to dynamically add and remove web server nodes from the deployment.
1111It also includes examples to do a rolling update of a stack without affecting
1212the service.
1313
14- (To use this demonstration with Amazon Web Services, please use the " aws" sub-directory.)
14+ (To use this demonstration with Amazon Web Services, please use the ` aws ` sub-directory.)
1515
1616You can also optionally configure a Nagios monitoring node.
1717
@@ -43,7 +43,7 @@ should have you hit different webservers.
4343
4444The Nagios web interface can be reached at http://<ip-of-nagios >/nagios/
4545
46- The default username and password are " nagiosadmin" / " nagiosadmin" .
46+ The default username and password are ` nagiosadmin ` / ` nagiosadmin ` .
4747
4848### Removing and Adding a Node
4949
@@ -61,14 +61,14 @@ running on other servers so that the users are not interrupted.
6161
6262In this example the hosts are updated in serial fashion, which means that
6363only one server will be updated at one time. If you have a lot of web server
64- hosts, this behaviour can be changed by setting the ' serial' keyword in
65- webservers.yml file.
64+ hosts, this behaviour can be changed by setting the ` serial ` keyword in
65+ ` webservers.yml ` file.
6666
6767Once the code has been updated in the source repository for your application
6868which can be defined in the group_vars/all file, execute the following
6969command:
7070
7171 ansible-playbook -i hosts rolling_update.yml
7272
73- You can optionally pass: -e webapp_version=xxx to the rolling_update
73+ You can optionally pass: ` -e webapp_version=xxx ` to the ` rolling_update `
7474playbook to specify a specific version of the example webapp to deploy.
0 commit comments