File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ The files which are part of these repository are:
9
9
- Dockerfile: The Dockerfile to build the Docker image.
10
10
- LICENSE: The License file of this repository. In this case, it is a BSD 3-Clause License.
11
11
- 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.
12
13
- test_tomcat.yml: The Pytest Script to check if a Docker Container exposing the Tomcat sample application is already running.
13
14
14
15
@@ -38,8 +39,8 @@ sudo chmod -R 755 /opt
38
39
```
39
40
40
41
- 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).
43
44
44
45
45
46
- Execute Ansible Playbook:
You can’t perform that action at this time.
0 commit comments