We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5008b2e commit 1be1c69Copy full SHA for 1be1c69
infrastructure/ansible/playbooks/api/roles/api/tasks/main.yml
@@ -14,7 +14,7 @@
14
- name: Get the ip address of the prometheus production server
15
command: aws ec2 describe-instances \
16
--region eu-central-1 \
17
- --profile dump-monitoring \
+ --profile ddays-app \
18
--filters "Name=tag:Project,Values=dump-monitoring" "Name=tag:Environment,Values=production" \
19
--query 'Reservations[0].Instances[0].PublicIpAddress' \
20
--output text
0 commit comments