mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
make plan and make apply to run terraform.
This commit is contained in:
parent
c87d1c12bd
commit
a4e18295d7
1 changed files with 4 additions and 8 deletions
12
Makefile
12
Makefile
|
@ -60,15 +60,11 @@ list:
|
|||
ansible-deps:
|
||||
ansible-galaxy install -p roles -r ansible/roles/requirements.yml --roles-path ansible/roles
|
||||
|
||||
# Move to Terraform
|
||||
setup_do:
|
||||
ansible-playbook ansible/setup_do.yml -e "name=app01"
|
||||
plan:
|
||||
terraform -chdir=terraform plan
|
||||
|
||||
setup_root:
|
||||
ansible-playbook ansible/setup_root.yml -l app01
|
||||
|
||||
setup_app:
|
||||
ansible-playbook ansible/setup_app.yml
|
||||
apply:
|
||||
terraform -chdir=terraform apply
|
||||
|
||||
images:
|
||||
- docker image build . --file=docker/newsblur_base_image.Dockerfile --tag=newsblur/newsblur_python3
|
||||
|
|
Loading…
Add table
Reference in a new issue