Skip to content

Commit

Permalink
Ansible probe workers
Browse files Browse the repository at this point in the history
  • Loading branch information
knpwrs committed Jan 2, 2025
1 parent 40275d7 commit 4c6c1d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/ansible/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ import-workers:
hosts:
dorean:
raa:
probe-workers:
hosts:
dorean:
raa:
2 changes: 2 additions & 0 deletions infra/ansible/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ play-docker:
ansible-playbook ./playbooks/install-docker.yml -K
play-import-worker:
ansible-playbook ./playbooks/import-worker.yml -K
play-probe-worker:
ansible-playbook ./playbooks/probe-worker.yml -K

play: play-docker play-import-worker

0 comments on commit 4c6c1d6

Please sign in to comment.