Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 832b8ef

Browse files
committed
Improve markdown
1 parent 945b1c5 commit 832b8ef

File tree

8 files changed

+18
-17
lines changed

8 files changed

+18
-17
lines changed

jboss-standalone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Expects CentOS/RHEL 6 or 7 hosts
55

66
These playbooks deploy a very basic implementation of JBoss Application Server,
7-
version 7. To use them, first edit the "hosts" inventory file to contain the
7+
version 7. To use them, first edit the `hosts` inventory file to contain the
88
hostnames of the machines on which you want JBoss deployed, and edit the
99
group_vars/all file to set any JBoss configuration parameters you need.
1010

lamp_haproxy/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ capability to dynamically add and remove web server nodes from the deployment.
1111
It also includes examples to do a rolling update of a stack without affecting
1212
the 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

1616
You can also optionally configure a Nagios monitoring node.
1717

@@ -43,7 +43,7 @@ should have you hit different webservers.
4343

4444
The 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

6262
In this example the hosts are updated in serial fashion, which means that
6363
only 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

6767
Once the code has been updated in the source repository for your application
6868
which can be defined in the group_vars/all file, execute the following
6969
command:
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`
7474
playbook to specify a specific version of the example webapp to deploy.

lamp_simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This LAMP stack can be on a single node or multiple nodes. The inventory file
1717
bensible
1818

1919
Here the webserver would be configured on the local host and the dbserver on a
20-
server called "bensible". The stack can be deployed using the following
20+
server called `bensible`. The stack can be deployed using the following
2121
command:
2222

2323
ansible-playbook -i hosts site.yml

lamp_simple_rhel7/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This LAMP stack can be on a single node or multiple nodes. The inventory file
2222
bensible
2323

2424
Here the webserver would be configured on the local host and the dbserver on a
25-
server called "bensible". The stack can be deployed using the following
25+
server called `bensible`. The stack can be deployed using the following
2626
command:
2727

2828
ansible-playbook -i hosts site.yml

mongodb/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ all the processes are secured using keyfiles.
8484

8585
Edit the group_vars/all file to reflect the below variables.
8686

87-
1) iface: 'eth1' # the interface to be used for all communication.
87+
1) `iface: 'eth1' # the interface to be used for all communication`.
8888

89-
2) Set a unique mongod_port variable in the inventory file for each MongoDB
89+
2) Set a unique `mongod_port` variable in the inventory file for each MongoDB
9090
server.
9191

92-
3) The default directory for storing data is /data, please do change it if
92+
3) The default directory for storing data is `/data`, please do change it if
9393
required. Make sure it has sufficient space: 10G is recommended.
9494

9595
### Deployment Example
@@ -168,7 +168,7 @@ replication set, we should get a similar output.
168168

169169

170170
We can check the status of the shards as follows: connect to the mongos service
171-
'mongo localhost:8888/admin -u admin -p 123456' and issue the following command to get
171+
`mongo localhost:8888/admin -u admin -p 123456` and issue the following command to get
172172
the status of the Shards:
173173

174174

phillips_hue/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Also make sure that you can control the lights normally from the free iPhone or
1717

1818
### Step 1
1919

20-
Open up the username_info.yml file and change the IP Address to the IP address of your Hue bridge.
20+
Open up the [username_info.yml](username_info.yml) file and change the IP Address to the IP address of your Hue bridge.
2121

2222
```nano username_info.yml```
2323

@@ -33,11 +33,12 @@ Ignore the `username` and `body_info` fields. The `username` is automatically g
3333

3434
### Step 2
3535

36-
For the Playbooks to work correctly you must run the `register.yml` playbook first->
36+
For the Playbooks to work correctly you must run the `register.yml` playbook first:
3737

3838
```ansible-playbook register.yml```
3939

40-
The playbook will run and then prompt you on the terminal window->
40+
The playbook will run and then prompt you on the terminal window:
41+
4142
```
4243
[PROMPT USER TO PRESS PHYSICAL BUTTON HUE HUB]
4344
Press the button on the hub now...:

tomcat-memcached-failover/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This playbook deploys a failover solution for clustered Tomcat using Nginx as lo
1111

1212
For more detail about session management, see https://github.com/magro/memcached-session-manager
1313

14-
This playbook also deploys a demo web app (https://github.com/magro/msm-sample-webapp) to test the session management.
14+
This playbook also deploys a [demo web app](https://github.com/magro/msm-sample-webapp) to test the session management.
1515

1616

1717
## Initial setup of inventory file

tomcat-standalone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Expects CentOS/RHEL 6.x hosts
55

66
These playbooks deploy a very basic implementation of Tomcat Application Server,
7-
version 7. To use them, first edit the "hosts" inventory file to contain the
7+
version 7. To use them, first edit the `hosts` inventory file to contain the
88
hostnames of the machines on which you want Tomcat deployed, and edit the
99
group_vars/tomcat-servers file to set any Tomcat configuration parameters you need.
1010

0 commit comments

Comments
 (0)