Skip to content

Ansible Roles for Provisioning ECs instance and configuring simple python app with mySQL and Flask

Notifications You must be signed in to change notification settings

agrawalrohant/ansible-roles-app-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-roles-app-install

Ansible Roles for Provisioning ECs instance and configuring simple python app with mySQL and Flask.

Preconfigure

Add the private key of currrnt running instance in the server1.pem file.

Run

ansible-playbook install-app.yml -e "aws_access_key=< value > aws_secret_key=< value >" -vv

NOTE : Use the aws_access_key and aws_secret_key of current running instance at relevant values in the above command.

About

Ansible Roles for Provisioning ECs instance and configuring simple python app with mySQL and Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages