Skip to content

Commit

Permalink
Chnages to copy war file
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 23, 2018
1 parent afe3516 commit 1d66b74
Show file tree
Hide file tree
Showing 4 changed files with 22,385 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/e2eproject/deploy.retry
Original file line number Diff line number Diff line change
@@ -1 +1 @@
172.31.84.0
localhost
8 changes: 8 additions & 0 deletions ansible/e2eproject/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
- tomcat

tasks:

- copy:
src: /usr/share/maven3/nvnshoppingcart/target/nvnshoppingcart.war
dest: /usr/local/apache-tomcat-8.0.21/webapps/
become: true
root: true
mode: 0755

- name: start tomcat service
become: true
service: name=tomcat state=started
Loading

0 comments on commit 1d66b74

Please sign in to comment.