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

Commit

Permalink
Remove unused omsagent_shared_key.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jan 5, 2021
1 parent 0435db3 commit 1289311
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ omsagent_tmp: /tmp
omsagent_owner: omsagent
omsagent_group: omiusers
# Use as the shared key for automatic onboarding.
omsagent_shared_key: ""
# Use as the OMS domain for onboarding.
# For azure monitoring log Analytics workspace in Goverment cloud use:
# omsagent_domain: opinsights.azure.command
Expand Down
3 changes: 0 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ omsagent_tmp: /tmp
omsagent_owner: omsagent
omsagent_group: omiusers

# Use as the shared key for automatic onboarding.
omsagent_shared_key: ""

# Use as the OMS domain for onboarding.
# For azure monitoring log Analytics workspace in Goverment cloud use:
# omsagent_domain: opinsights.azure.command
Expand Down
7 changes: 0 additions & 7 deletions tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
- omsagent_group is string
quiet: yes

- name: test if omsagent_shared_key is set correctly
assert:
that:
- omsagent_shared_key is defined
- omsagent_shared_key is string
quiet: yes

- name: test if omsagent_domain is set correctly
assert:
that:
Expand Down

0 comments on commit 1289311

Please sign in to comment.