From 35521f594bfeddd62953a09040dcb5b739ea6a27 Mon Sep 17 00:00:00 2001 From: Habeeb Date: Wed, 7 Jul 2021 09:38:43 +0100 Subject: [PATCH 01/10] Modified for Jenkins --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14bb72e7..2f8f8cc8 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,5 @@ Default web root: ``` ## If you require permissions to GCP, or Gitlab resources, please talk to dare@propitix.com + +## This is an update to Jenkins From 4491aed6db7aaee1b666a64bc8b9ed0cf8753aab Mon Sep 17 00:00:00 2001 From: Habeeb Date: Wed, 7 Jul 2021 10:11:58 +0100 Subject: [PATCH 02/10] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f8f8cc8..0a8e5f08 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,5 @@ Default web root: ## If you require permissions to GCP, or Gitlab resources, please talk to dare@propitix.com ## This is an update to Jenkins + +## This is the new update From 5f1d2af9dbeeb18323e1dc7092f6c56f0a69971f Mon Sep 17 00:00:00 2001 From: Habeeb Date: Wed, 7 Jul 2021 11:15:06 +0100 Subject: [PATCH 03/10] SSH Plugin Update in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a8e5f08..3d70650d 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,5 @@ Default web root: ## This is an update to Jenkins ## This is the new update + +## I have updated the SSH Plugin \ No newline at end of file From c27dd164d515c1cb39b849a5de862df297f6bfde Mon Sep 17 00:00:00 2001 From: Habeeb Date: Wed, 7 Jul 2021 17:51:48 +0100 Subject: [PATCH 04/10] Assisted in sesssion --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d70650d..468bbd94 100644 --- a/README.md +++ b/README.md @@ -77,4 +77,6 @@ Default web root: ## This is the new update -## I have updated the SSH Plugin \ No newline at end of file +## I have updated the SSH Plugin + +## I am in the blocker session \ No newline at end of file From e613fd6f46ac5629fe156eaebbba0745e9266758 Mon Sep 17 00:00:00 2001 From: Habeeb Date: Wed, 7 Jul 2021 18:04:43 +0100 Subject: [PATCH 05/10] Trigger Commit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 468bbd94..22efe670 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,6 @@ Default web root: ## I have updated the SSH Plugin -## I am in the blocker session \ No newline at end of file +## I am in the blocker session + +## Lets trigger you here \ No newline at end of file From 6b238766842a1159e4d3d5b2b21a4c1c0add7559 Mon Sep 17 00:00:00 2001 From: Habeeb Date: Wed, 7 Jul 2021 18:09:13 +0100 Subject: [PATCH 06/10] Power Change --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22efe670..f322805e 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,6 @@ Default web root: ## I am in the blocker session -## Lets trigger you here \ No newline at end of file +## Lets trigger you here + +## EC@ has power \ No newline at end of file From 323870e8cd066e5c2824a160dc7cd381f5410c06 Mon Sep 17 00:00:00 2001 From: Habeeb Date: Sun, 11 Jul 2021 11:01:31 +0100 Subject: [PATCH 07/10] Trigger --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f322805e..0c52c0b9 100644 --- a/README.md +++ b/README.md @@ -83,4 +83,6 @@ Default web root: ## Lets trigger you here -## EC@ has power \ No newline at end of file +## EC@ has power + +## THis is a trigger for ansible \ No newline at end of file From eab81d7b75fef7aaa848c31c15f69957fbc4072b Mon Sep 17 00:00:00 2001 From: Habeeb Date: Sun, 11 Jul 2021 11:05:21 +0100 Subject: [PATCH 08/10] Artifacts --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c52c0b9..eb862d80 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,6 @@ Default web root: ## EC@ has power -## THis is a trigger for ansible \ No newline at end of file +## THis is a trigger for ansible + +## Triger Artifacts \ No newline at end of file From 7b5e41aa0202ebb835abb91b4489ea40de4c33c8 Mon Sep 17 00:00:00 2001 From: Habeeb Date: Sun, 11 Jul 2021 11:57:09 +0100 Subject: [PATCH 09/10] Commit Ansible Code to Rep --- inventory/dev.yml | 12 ++++++++++++ playbooks/common.yml | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 inventory/dev.yml create mode 100644 playbooks/common.yml diff --git a/inventory/dev.yml b/inventory/dev.yml new file mode 100644 index 00000000..879cb5c4 --- /dev/null +++ b/inventory/dev.yml @@ -0,0 +1,12 @@ +[nfs] +172.31.3.128 ansible_ssh_user='ec2-user' + +[webservers] +172.31.12.46 ansible_ssh_user='ec2-user' +172.31.11.202 ansible_ssh_user='ec2-user' + +[db] +172.31.22.39 ansible_ssh_user='ec2-user' + +[lb] +172.31.43.144 ansible_ssh_user='ubuntu' \ No newline at end of file diff --git a/playbooks/common.yml b/playbooks/common.yml new file mode 100644 index 00000000..13dea695 --- /dev/null +++ b/playbooks/common.yml @@ -0,0 +1,22 @@ +--- +- name: update web, nfs and db servers + hosts: webservers, nfs, db + remote_user: ec2-user + become: yes + become_user: root + tasks: + - name: ensure wireshark is at the latest version + yum: + name: wireshark + state: latest + +- name: update LB server + hosts: lb + remote_user: ubuntu + become: yes + become_user: root + tasks: + - name: ensure wireshark is at the latest version + apt: + name: wireshark + state: latest \ No newline at end of file From 3f40ceb1c95f491e48cb61364061ffa804f7380d Mon Sep 17 00:00:00 2001 From: Habeeb Date: Sun, 11 Jul 2021 12:02:39 +0100 Subject: [PATCH 10/10] commit others --- inventory/prod.yml | 0 inventory/staging.yml | 0 inventory/uat.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 inventory/prod.yml create mode 100644 inventory/staging.yml create mode 100644 inventory/uat.yml diff --git a/inventory/prod.yml b/inventory/prod.yml new file mode 100644 index 00000000..e69de29b diff --git a/inventory/staging.yml b/inventory/staging.yml new file mode 100644 index 00000000..e69de29b diff --git a/inventory/uat.yml b/inventory/uat.yml new file mode 100644 index 00000000..e69de29b