X-Git-Url: http://git.squeep.com/?p=awsible;a=blobdiff_plain;f=infrastructure%2Fmodules%2Fmanagement-stack%2FREADME.md;fp=infrastructure%2Fmodules%2Fmanagement-stack%2FREADME.md;h=30ad1e4de1d89cd74b76b0c89d3ed59c17c1f69b;hp=0000000000000000000000000000000000000000;hb=8576668075ca95e44481d9c9ed29d7e6af024bdc;hpb=933c48ff1e134168de3aaa2d20e4d43c13d04928 diff --git a/infrastructure/modules/management-stack/README.md b/infrastructure/modules/management-stack/README.md new file mode 100644 index 0000000..30ad1e4 --- /dev/null +++ b/infrastructure/modules/management-stack/README.md @@ -0,0 +1,5 @@ +# AWSible Management Stack + +Creates the infrastructure for an automated Ansible management system within a VPC, with all the quirks to support a certain style of app deployment. + +In summary, this creates an ASG of small instances. Each shares an EFS mount which shall contain all the Ansible playbooks and data needed to configure an environment. Each listens to an SQS queue for messages sent from ASG events, and invokes the appropriate playbook when a message is received.