Skip to content

yugireddy21/doesntmattertome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Worklog

Wow, first day at Unicorn.Rentals. I found the orientation pretty cringeworthy, but someone else in my group didn't laugh at the jokes and they were fired. Yikes! Still though, the chowder taps and ball pit are the best perks I've ever had at a startup.

The old team left something running and I think my first task will be to figure out what it is doing. I think it would be cool to use Ansible to get an inventory of what's running in the AWS account. The Ansible stuff here probably needs some work, but hopefully this will be a good starting point for my team or someone else that is in the same situation!

From a quick glance I don't feel great about what is running there. There is some guy here who likes to tinker with the network stuff and insists that I call him "The Plague." He seems to hate documentation. I've been trying to ask him about what he did but he keeps muttering something about DaVinci and playing on his VR headset.

Here's what's in this zip file:

  • facts.yml: provides you some information as to what is running in your AWS environment.
  • server.py: the python server application that powers this part of unicorn.rentals. It may be a good idea to familiarize myself with the code.

How to use

  • Pip install Ansible either on an EC2 instance or locally pip install ansible

  • Grab the credentials from the GameDay dashboard

  • Run the command to create the EC2 assets ansible-playbook -vv facts.yml

Make note of the information it returns to you. This can show you what EC2 instances are running in your account. For more information, visit the Ansible documentation and cloud module pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%