custom makefile
This commit is contained in:
parent
15f4dd762b
commit
d8e2e5b822
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
ansible-galaxy install -g -f -r roles/requirements.yml
|
ansible-galaxy install -g -r roles/requirements.yml
|
||||||
|
|
||||||
deploy_production:
|
deploy_production:
|
||||||
ansible-playbook site.yml -i production
|
ansible-playbook site.yml -i production
|
||||||
@ -12,8 +12,8 @@ generate-token:
|
|||||||
@echo export VAULT_TOKEN=`vault token create -policy=ansible -field="token" -period 6h`
|
@echo export VAULT_TOKEN=`vault token create -policy=ansible -field="token" -period 6h`
|
||||||
|
|
||||||
|
|
||||||
create-dev:
|
create-dev: requirements
|
||||||
molecule converge
|
PY_COLORS=1 molecule converge
|
||||||
|
|
||||||
destroy-dev:
|
destroy-dev:
|
||||||
molecule destroy
|
PY_COLORS=1 molecule destroy
|
||||||
|
Loading…
Reference in New Issue
Block a user