Sign inSign up

sachinpgade/tower_sync

By sachinpgade

Updated almost 8 years ago

AWS autoscaling trigger sync utility for Ansible AWX

Image
0

410

sachinpgade/tower_sync repository overview

This is opensource project for PROVISIONING AN AUTOSCALING INFRASTRUCTURE USING ANSIBLE Tower AWX .

This script is polls aws SQS service and creates

1] Inventory in Ansible Tower with Name - e.g Its mandatory to have Role and Environment tag to instance.

e.g

        Role=mongodb 	
        Environment=staging 

Inventory for this instance will be created with staging-mongodb and host gets added with private IP adderess.

2] This script also triggers job with template name so its important to have role template created in ansible tower. e.g mongodb

This container needs following environment is

  AWS_SQS_QUEUE_NAME: "aws-autoscaling-sqs"
  AWS_REGION: us-east-1
  ORGANIZATION: 1
  TOWER_USER_NAME: admin
  TOWER_PASSWORD: password
  TOWER_VERIFY_SSL: "False"
  TOWER_HOST: http://awxweb
  AWS_SECRET_ACCESS_KEY: "XXXXXX"
  AWS_ACCESS_KEY_ID: "XXXXXXX"

Tag summary

Content type

Image

Digest

Size

350.8 MB

Last updated

almost 8 years ago

docker pull sachinpgade/tower_sync