2015-Middleware-Keynote / demo-ansible

Apache License 2.0
18 stars 24 forks source link

Modular project/user creation #82

Closed siamaksade closed 8 years ago

siamaksade commented 8 years ago

The "create projects" playbook is extracted so that user can re-run it to create users/projects without the need to wait all the other steps out. Running the whole script gives the same result but takes significantly longer due to the large number of API calls that needs to be made to AWS. Also it allows wiping out all the created objects (after one event for example) and re-create them for the next event on the same installation.

detiber commented 8 years ago

@siamaksade thank you for the contribution!