From 1ddb20f0076ed9d972baab8993bf21886b742cac Mon Sep 17 00:00:00 2001 From: Sheik Reddy Masthan Date: Tue, 5 Apr 2022 22:31:32 +0530 Subject: [PATCH 01/13] index changes happend --- src/main/webapp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index a80ae98..f1e7a76 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -1,6 +1,6 @@ -

Welcome to Ansible class. Project is copleted


+

Welcome to Ansible class. Project is in progress


Login
Register
From 3af0c7e81ace474acb797c2dc5009974ab6c947b Mon Sep 17 00:00:00 2001 From: Masthansur <101553997+Masthansur@users.noreply.github.com> Date: Wed, 6 Apr 2022 12:26:08 +0530 Subject: [PATCH 02/13] Update host.ini --- host.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host.ini b/host.ini index 3374ba0..647c1a1 100644 --- a/host.ini +++ b/host.ini @@ -1,2 +1,2 @@ -[webservers] -172.31.20.203 +[webserversgroup] +172.31.85.45 From 6591c2f8be17da9de525f56ef0e509b00f536165 Mon Sep 17 00:00:00 2001 From: Masthansur <101553997+Masthansur@users.noreply.github.com> Date: Wed, 6 Apr 2022 12:45:07 +0530 Subject: [PATCH 03/13] Update host.ini --- host.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.ini b/host.ini index 647c1a1..079fe76 100644 --- a/host.ini +++ b/host.ini @@ -1,2 +1,2 @@ -[webserversgroup] +[webservers] 172.31.85.45 From 9fc1f031ca5ee650ee2b640f31950f52dabd15ef Mon Sep 17 00:00:00 2001 From: Sheik Reddy Masthan Date: Thu, 7 Apr 2022 12:34:33 +0530 Subject: [PATCH 04/13] modification changes --- host.ini | 2 +- src/main/webapp/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host.ini b/host.ini index 3374ba0..1570fda 100644 --- a/host.ini +++ b/host.ini @@ -1,2 +1,2 @@ [webservers] -172.31.20.203 +172.31.85.45 \ No newline at end of file diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index f1e7a76..dc56dc1 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -1,6 +1,6 @@ -

Welcome to Ansible class. Project is in progress


+

Welcome to Ansible class. Project is in progressing


Login
Register
From 4f13515b8a56f7fe6bddb32ae020d0c8e342fb70 Mon Sep 17 00:00:00 2001 From: Sheik Reddy Masthan Date: Thu, 7 Apr 2022 13:08:27 +0530 Subject: [PATCH 05/13] meessge changes --- src/main/webapp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index ef59a50..dc56dc1 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -1,6 +1,6 @@ -

Welcome to Ansible class. Project is in progres


+

Welcome to Ansible class. Project is in progressing


Login
Register
From 1ce9dcf8ed22964ddc4a9f5116e005e9e058bf2f Mon Sep 17 00:00:00 2001 From: Masthansur <101553997+Masthansur@users.noreply.github.com> Date: Fri, 8 Apr 2022 07:51:32 +0530 Subject: [PATCH 06/13] update host.init file --- host.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.ini b/host.ini index 1570fda..3e1bc76 100644 --- a/host.ini +++ b/host.ini @@ -1,2 +1,2 @@ [webservers] -172.31.85.45 \ No newline at end of file +172.31.83.140 From b598c518b079e24ba151e38a29c7e26adf19aa1b Mon Sep 17 00:00:00 2001 From: Sheik Reddy Masthan Date: Fri, 8 Apr 2022 10:26:07 +0530 Subject: [PATCH 07/13] commeted changes --- src/main/webapp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index dc56dc1..7116b61 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -1,6 +1,6 @@ -

Welcome to Ansible class. Project is in progressing


+

Welcome to Ansible class. Project is going to complete


Login
Register
From 6a931674454d6c3f3979d109f0dde5bdb35fbd25 Mon Sep 17 00:00:00 2001 From: Masthansur <101553997+Masthansur@users.noreply.github.com> Date: Fri, 8 Apr 2022 11:27:51 +0530 Subject: [PATCH 08/13] update tomcat8.yml --- roles/tomcat/tasks/tomcat8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tomcat/tasks/tomcat8.yml b/roles/tomcat/tasks/tomcat8.yml index 4c29389..b9ef755 100644 --- a/roles/tomcat/tasks/tomcat8.yml +++ b/roles/tomcat/tasks/tomcat8.yml @@ -1,7 +1,7 @@ - name: Unarchive a tomcat tar from tomcat website unarchive: - src: https://mirrors.estointernet.in/apache/tomcat/tomcat-8/v{{ tomcatVersion }}/bin/apache-tomcat-{{ tomcatVersion }}.tar.gz + src: https://dlcdn.apache.org/tomcat/tomcat-8/v{{ tomcatVersion }}/bin/apache-tomcat-{{ tomcatVersion }}.tar.gz dest: /etc/ remote_src: yes owner: root From 4ccd9c084935362b9e8ae42a1ca40e40b016c83a Mon Sep 17 00:00:00 2001 From: Masthansur <101553997+Masthansur@users.noreply.github.com> Date: Fri, 8 Apr 2022 11:34:14 +0530 Subject: [PATCH 09/13] update ansible-playbook.yml --- ansible-playbook.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible-playbook.yml b/ansible-playbook.yml index d40a900..254a100 100644 --- a/ansible-playbook.yml +++ b/ansible-playbook.yml @@ -20,9 +20,9 @@ - name: "code copy" git: - repo: 'https://github.com/mailrahulsre/learnwithprojects.com.git' + repo: 'https://github.com/Masthansur/java-db-Login.git' dest: /var/www/html - version: master + version: ansible-project force: yes - name: copy the proxypass file @@ -79,7 +79,7 @@ - name: copy the war file aws_s3: - bucket: artifactory-03jul2020 + bucket: artifactory-05apr22 object: login##1.0.war dest: /etc/tomcat/webapps/login##1.0.war mode: get From 318016a321680e59cc145bfbb2be10b7510ff986 Mon Sep 17 00:00:00 2001 From: Masthansur <101553997+Masthansur@users.noreply.github.com> Date: Fri, 8 Apr 2022 11:47:36 +0530 Subject: [PATCH 10/13] update tomcat8.yml --- roles/tomcat/vars/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tomcat/vars/main.yml b/roles/tomcat/vars/main.yml index acd21d1..8e787d3 100644 --- a/roles/tomcat/vars/main.yml +++ b/roles/tomcat/vars/main.yml @@ -1,3 +1,3 @@ --- # vars file for /etc/ansible/roles/tomcat -tomcatVersion: 8.5.75 \ No newline at end of file +tomcatVersion: 8.5.78 From 67fcaae30f67bb8a9951643389981f4e4ae51722 Mon Sep 17 00:00:00 2001 From: Masthansur <101553997+Masthansur@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:44:46 +0530 Subject: [PATCH 11/13] update host.ini file --- host.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host.ini b/host.ini index 3e1bc76..e13c36f 100644 --- a/host.ini +++ b/host.ini @@ -1,2 +1,4 @@ [webservers] 172.31.83.140 +172.31.94.16 + From 6b298df03f83e3ed1cae0fb64ab0c7254a9eaf70 Mon Sep 17 00:00:00 2001 From: Masthansur <101553997+Masthansur@users.noreply.github.com> Date: Fri, 8 Apr 2022 15:02:57 +0530 Subject: [PATCH 12/13] update host.ini chnages --- host.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/host.ini b/host.ini index e13c36f..b103914 100644 --- a/host.ini +++ b/host.ini @@ -1,4 +1,3 @@ [webservers] 172.31.83.140 -172.31.94.16 - +172.31.31.178 From ca3dc1e46099ae1fb70270d7d823a2d2ed6e7041 Mon Sep 17 00:00:00 2001 From: Masthansur <101553997+Masthansur@users.noreply.github.com> Date: Fri, 8 Apr 2022 15:14:58 +0530 Subject: [PATCH 13/13] update host.ini changes --- host.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.ini b/host.ini index b103914..6c79205 100644 --- a/host.ini +++ b/host.ini @@ -1,3 +1,3 @@ [webservers] 172.31.83.140 -172.31.31.178 +54.165.233.74