Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
DEVO-570 Run airflow role for deployments (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
sensei100 authored Jul 14, 2022
1 parent d8ed4ae commit a161d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
pipenv run ansible-galaxy install -r requirements.yml
cp .circleci/.vault ~/.vault;
chmod +x ~/.vault
pipenv run ansible-playbook -i inventory/qa/hosts playbook.yml --tags "jumphost,role::airflow::dags" --vault-password-file=~/.vault -e 'ansible_ssh_port=9229'
pipenv run ansible-playbook -i inventory/qa/hosts playbook.yml --tags "jumphost,airflow" --vault-password-file=~/.vault -e 'ansible_ssh_port=9229'
prod_deploy:
docker:
- image: cimg/python:3.9.10
Expand All @@ -65,7 +65,7 @@ jobs:
pipenv run ansible-galaxy install -r requirements.yml
cp .circleci/.vault ~/.vault;
chmod +x ~/.vault
pipenv run ansible-playbook -i inventory/prod/hosts playbook.yml --tags "jumphost,role::airflow::dags" --vault-password-file=~/.vault -e 'ansible_ssh_port=9229' -e manifold_dags_branch=$CIRCLE_TAG
pipenv run ansible-playbook -i inventory/prod/hosts playbook.yml --tags "jumphost,airflow" --vault-password-file=~/.vault -e 'ansible_ssh_port=9229' -e manifold_dags_branch=$CIRCLE_TAG
workflows:
version: 2
Expand Down

0 comments on commit a161d32

Please sign in to comment.