File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
redhat/roles/configure/tasks
manual/definitions/apm/java/linux Expand file tree Collapse file tree 4 files changed +9
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
<html >
2
- <body >
3
- <h2 >Hello World!</h2 >
4
- </body >
2
+ <body >
3
+ <h2 >Hello World!</h2 >
4
+ </body >
5
5
</html >
Original file line number Diff line number Diff line change 25
25
PATH : " {{ ansible_env.PATH }}:/opt/jdk-14.0.1/bin:/opt/apache-maven/bin"
26
26
JRE_HOME : " /opt/jdk-14.0.1"
27
27
become : true
28
+
29
+ - name : Change the permissions and ownership of javaApp directory
30
+ shell : chown -R ec2-user:ec2-user /home/ec2-user/javaApp/ &&
31
+ chmod -R 755 /home/ec2-user/javaApp
32
+ become : true
28
33
29
34
- name : Move the package
30
35
shell : mv /home/ec2-user/javaApp/target/javaApp.war /opt/tomcat/latest/webapps
Original file line number Diff line number Diff line change 24
24
},
25
25
{
26
26
"id" : " javaApp" ,
27
- "source_repository " : " https://github.com/newrelic/open-install-library.git " ,
27
+ "local_source_path " : " /mnt/deployer " ,
28
28
"deploy_script_path" : " test/deploy/linux/java/redhat/roles" ,
29
29
"port" : 80 ,
30
30
"destinations" : [" dummyApp" ]
You can’t perform that action at this time.
0 commit comments