Skip to content

Commit 052629c

Browse files
authored
Updated README.md with minor addons
1 parent c587676 commit 052629c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The files which are part of these repository are:
99
- Dockerfile: The Dockerfile to build the Docker image.
1010
- LICENSE: The License file of this repository. In this case, it is a BSD 3-Clause License.
1111
- run_tomcat.yml: The Ansible Playbook to run the entire application.
12+
- start_tomcat.sh: The Bash Script to Run Tomcat on the Docker Container.
1213
- test_tomcat.yml: The Pytest Script to check if a Docker Container exposing the Tomcat sample application is already running.
1314

1415

@@ -38,8 +39,8 @@ sudo chmod -R 755 /opt
3839
```
3940

4041
- Modify ansible_inventory file. This file includes two variables:
41-
- [tomcat-server] localhost -> The server where Docker is running.
42-
- [ansible-ssh-user] cesar -> The ansible user to execute the playbook (must have root permissions).
42+
- [tomcat-server] Default value: localhost -> The server where Docker is running.
43+
- [ansible-ssh-user] Default value: cesar -> The ansible user to execute the playbook (must have root permissions).
4344

4445

4546
- Execute Ansible Playbook:

0 commit comments

Comments
 (0)