Skip to content

Commit

Permalink
key changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathramesh committed Dec 26, 2024
1 parent bf6a3cb commit 95e6005
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
repo_endpoint: "https://nr-downloads-main.s3.amazonaws.com/"
recipe: "newrelic-infra"
region: "US" # US | EU | STAGING
nr_api_key: "{{ lookup('ansible.builtin.env', 'HEMA_NEW_RELIC_API_KEY') }}"
nr_account_id: "{{ lookup('ansible.builtin.env', 'HEMA_NEW_RELIC_ACCOUNT_ID') }}"
nr_api_key: "{{ lookup('ansible.builtin.env', 'LOGINT_NEW_RELIC_API_KEY') }}"
nr_account_id: "{{ lookup('ansible.builtin.env', 'LOGINT_NEW_RELIC_ACCOUNT_ID') }}"

- name: Install fluent-bit from GH prerelease
hosts: linux
Expand Down

0 comments on commit 95e6005

Please sign in to comment.