Skip to content

VenkatProjects/Ansible-and-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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