Skip to content

Commit

Permalink
Merge pull request #420 from panorama-ed/buildkite-ansible-spike
Browse files Browse the repository at this point in the history
Buildkite Ansible Spike
  • Loading branch information
ngnasr1123 authored Nov 6, 2024
2 parents eebf063 + 0dbcdf8 commit 4e90683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
3 changes: 3 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ else
amazon-linux-extras install -y ruby3.0
fi

## Install Ansible
pip install ansible

## Install Terraform
curl "https://releases.hashicorp.com/terraform/1.5.4/terraform_1.5.4_linux_${ARCH}.zip" -o "terraform.zip"
sudo unzip ./terraform.zip -d /usr/local/bin
Expand Down

0 comments on commit 4e90683

Please sign in to comment.