Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created September 20, 2017 14:10
Show Gist options
  • Save voronenko-p/277bfd457ccb10fb16855b4549c82a16 to your computer and use it in GitHub Desktop.
Save voronenko-p/277bfd457ccb10fb16855b4549c82a16 to your computer and use it in GitHub Desktop.
run: p-env/bin/ansible-container
@echo p-env/bin/ansible-container --debug --project-name $(ROLE_NAME) run --roles-path ./roles/ -- -vvv
@p-env/bin/ansible-container --debug --project-name $(ROLE_NAME) run --roles-path ./roles/ -- -vvv
@echo "Application environment was started"
stop: p-env/bin/ansible-container
@echo p-env/bin/ansible-container --debug --project-name $(ROLE_NAME) stop
@p-env/bin/ansible-container --debug --project-name $(ROLE_NAME) stop
@echo "Application environment was stopped"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment