Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform support #626

Closed
jackivanov opened this issue Jul 17, 2017 · 2 comments
Closed

Terraform support #626

jackivanov opened this issue Jul 17, 2017 · 2 comments

Comments

@jackivanov
Copy link
Collaborator

We definitely need to consider moving to terraform
I suggest to replace all the cloud roles to terraform states and keep the local role only to run ansible after terraform done with clouds.

pros:

  1. No python libraries anymore. No mess. Only a file to run all the provides. Very simple installation and configuration.
  2. A lot of provides supported. We can be very flexible and more modular. Related to Potential new VPS providers for the installer #623
  3. Multi environment support
  4. A way to destroy the infrastructure without touching web
  5. ... ?

cons:

  1. ... ?
@apolloclark
Copy link

I could write a Packer script to build an Amazon AWS AMI, then a terraform script to deploy the security groups, etc. and the AMI. Sound like a good starting point? I don't know much about Google, Azure, or Digital Ocean.

@jackivanov
Copy link
Collaborator Author

Moved to another project https://github.com/trailofbits/algo-ng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants