VenkatProjects / Ansible-and-Windows

Install and Update Software's in windows Using Ansible

Home Page:https://github.com/VenkatProjects/Ansible-and-Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible-and-Windows

Install and Update Software's in windows Using Ansible

We have written Ansible YAML script to create an EC2 Windows_server

image

While running, if you're getting any error. Please follow this Repo to get it resolved. Ansible-Automation

Here pip and boto packages were already installed by using below commands

	sudo yum -y install python-pip
	sudo pip install boto boto3

Now run the YAML Script 
	ansible-playbook Launch_EC2-Instance.yml

Before Running the Ansible script, We have two Instance Running in the Cloud Console

Before_Windows

Now we have successfully launched

Server_Launched

After_Windows