Skip to content

emalos/fos-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

fos-test

This is a test project created to provision a VM on AWS and deploy 3 containers

To provision the VM on AWS (some changes on the variables may be required to match the credentials):

ansible-playbook /vagrant/Ansible/provision-aws/sites.yml

This playbook needs to have installed and configured boto:

$ pip install -U boto

$ cat ~/.boto

[Credentials]

aws_access_key_id = YOUR_AWS_ACCESS_KEY_ID

aws_secret_access_key = YOUR_AWS_SECRET_KEY

To configure and deploy the containers:

ansible-playbook /vagrant/Ansible/configuration/sites.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors