forked from day0hero/ocpvdr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
17 lines (12 loc) · 690 Bytes
/
Makefile
File metadata and controls
17 lines (12 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by patternizer
# This Makefile includes the common pattern targets from Makefile-common
# You can add custom targets above or below the include line
include Makefile-common
EXTRA_PLAYBOOK_OPTS ?=
##@ FSx Tasks
.PHONY: build-fsx
build-fsx: ## Debug VPC lookup (region auto-detected from cluster, override with REGION=us-east-1)
ansible-playbook $(EXTRA_PLAYBOOK_OPTS) ansible/site.yaml -e @ansible/vars/fsx-ontap-vars.yml
.PHONY: destroy-fsx
destroy-fsx: ## Delete FSx ONTAP resources (region auto-detected from cluster, override with REGION=us-east-1)
ansible-playbook $(EXTRA_PLAYBOOK_OPTS) ansible/site.yaml -e @ansible/vars/fsx-ontap-vars.yml -e delete_resources=true