Posts

Key Announcements at Microsoft Ignite

Image
World is going to be an Agentic World  Universal Interface + Reasoning Planning + Memory & Context = Agentic World Copilots are the way in future -  First -> Security -  Secure Future Initiative -  Security Updates url -  aka.ms/Ignite2024Security 1. Purview -  This new hacking event will be the largest of its kind, with an additional $4 million in potential awards for research into high-impact areas, specifically cloud and AI. Zero Day Quest will provide new opportunities for the security community to work hand in hand with Microsoft engineers and security researchers – bringing together the best minds in security to share, learn, and build community as we work to keep everyone safe.   aka.ms/ZeroDayQuest Second -> Copilot 3 Fold method for Copilot -  Adoption - More people should use copilot Extensibility - More extensions for the copilot ROI - How to measure the Roi for copilot Adoption -  2. Copilot Pages - Copilot is UI fo...

Ansible Roles (Httpd + Haproxy)

Image
 Today we will create 2 ansible roles and then will run them combined to create a load balancer setup with 2 nodes connected to it. Lets first init the roles by ansibe galaxy After these commads t15.yml is the main file in which we have combined both the codes Lets create tasks in both the roles httpdserver -> tasks -> main.yml The main.yml file in httpdserver Similarly for loadbalancer role loadbalancer  -> tasks -> main.yml The main.yml for loadbalancer The config file of haproxy looks like We can see the working of loadbalancer Thank You  for reading. I would like to thanks  Vimal Daga  Sir. ( https://www.linkedin.com/in/vimaldaga/ ) My Email — ayanchawlae@gmail.com My LinkedIn —   https://www.linkedin.com/in/ayanchawlae/

Ansible Playbook which will dynamically load the variable file named same as OS_name

Image
 Here, we will create 2 files RedHat.yml and Ubuntu.yml  Both will contain a variable called server and an ansible playbook will be created that will pick file accordingly the OS its been running and configure httpd if redhat and apache2 if it will be ubuntu. Here, os.yml is the main file that will pick other files depending on which it is been running This is the inventory file on which 137 is redhat and 135 is ubuntu Lets have a look at our playbook Files having server as a variable After running this file for ubuntu  For Redhat Thank You  for reading. I would like to thanks  Vimal Daga  Sir. ( https://www.linkedin.com/in/vimaldaga/ ) My Email — ayanchawlae@gmail.com My LinkedIn —   https://www.linkedin.com/in/ayanchawlae/