Skip to content

bdeangelis/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ansible

Getting Started

Ansible Setup

Install pip
sudo apt-get install python-pip
Install Ansible Dependencies
sudo pip install python-dev paramiko PyYAML Jinja2 httplib2 six markupsafe
Install Ansible sudo pip install ansible
Install Git
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
Verify connection to Git ssh -T git@github.com
If you get 'Permission denied (publickey).' Verify that ssh is running eval "$(ssh-agent -s)"
verify that ssh is available
ssh-agent bash
Add ssh key
ssh-add ~/.ssh/id_rsa
Clone Ansible Repo
git clone https://github.com/bdeangelis/ansible.git Move Ansible hosts file to
/etc/ansible/hosts

Staging Setup

Create RDS Instance
Create EC2 Instance
Create LoadBalancer
Add RDS Info to Staging Varable File
Add EC2 Info to Staging Variable File

Dev Setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors