infrastructure-as-code-tutorial
infrastructure-as-code-tutorial copied to clipboard
Infrastructure As Code Tutorial. Covers Packer, Terraform, Ansible, Vagrant, Docker, Docker Compose, Kubernetes
Replaced broken link to an article about Variables. Check it out and let me know what do you think about it:)
The current script pulls down the latest version and does not take into account that the Gem file calls for a specific version, and will not compile properly. A tweak...
Get error below running "sudo apt-get install -y mongodb-org" : "Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no...
@Artemmkin I am new to IaaC and I am following your tutorial, Getting this error while installing mongodb : ``` ==> googlecompute: W: GPG error: http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 Release: The following...
Resolves issue #22.
In 02-manual-operations.md the instruction: > glcoud compute instance create will/may fail with a message to enable "enable Compute Engine API". The error message also gives the fix which is to...
Tutorial assumes Europe. (https://github.com/Artemmkin/infrastructure-as-code-tutorial/blob/master/docs/01-prerequisites.md) Set a default compute region: $ gcloud config set compute/region europe-west1 Set a default compute zone: $ gcloud config set compute/zone europe-west1-b Recommend pointing student to...